Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ _is_string
Function
_is_string
core/src/stdlib/pyscript/flatted.py:73–74 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
71
72
73
def
_is_string(value):
74
return
isinstance(value, str)
75
76
77
def
_index(known, input, value):
Callers
2
_relate
Function · 0.85
_wrap
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected