Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
176
def
is_iterable(obj: object) -> TypeGuard[Iterable[object]]:
177
return
isinstance(obj, Iterable)
178
179
180
def
deepcopy_minimal(item: _T) -> _T:
Callers
3
json_safe
Function · 0.85
_transform_recursive
Function · 0.85
_async_transform_recursive
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected