Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ _is_object
Function
_is_object
core/src/stdlib/pyscript/flatted.py:69–70 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
67
68
69
def
_is_object(value):
70
return
isinstance(value, dict)
71
72
73
def
_is_string(value):
Callers
5
_ref
Function · 0.85
_relate
Function · 0.85
_transform
Function · 0.85
_wrap
Function · 0.85
parse
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected