MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / is_iterable

Function is_iterable

src/opencode_ai/_utils/_utils.py:176–177  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

174
175
176def is_iterable(obj: object) -> TypeGuard[Iterable[object]]:
177 return isinstance(obj, Iterable)
178
179
180def deepcopy_minimal(item: _T) -> _T:

Callers 3

json_safeFunction · 0.85
_transform_recursiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected