MCPcopy 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
65def _is_array(value):
66 return isinstance(value, (list, tuple))
67
68
69def _is_object(value):

Callers 5

_refFunction · 0.85
_relateFunction · 0.85
_transformFunction · 0.85
_wrapFunction · 0.85
parseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected