Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pyscript/pyscript
/ _is_array
Function
_is_array
core/src/stdlib/pyscript/flatted.py:65–66 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
63
64
65
def
_is_array(value):
66
return
isinstance(value, (list, tuple))
67
68
69
def
_is_object(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