MCPcopy
hub / github.com/anthropics/anthropic-sdk-python / is_iterable

Function is_iterable

src/anthropic/_utils/_utils.py:202–203  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

200
201
202def is_iterable(obj: object) -> TypeGuard[Iterable[object]]:
203 return isinstance(obj, Iterable)
204
205
206# copied from https://github.com/Rapptz/RoboDanny

Callers 3

json_safeFunction · 0.85
_transform_recursiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected