MCPcopy 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
73def _is_string(value):
74 return isinstance(value, str)
75
76
77def _index(known, input, value):

Callers 2

_relateFunction · 0.85
_wrapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected