MCPcopy
hub / github.com/openai/openai-python / is_sequence

Function is_sequence

src/openai/_utils/_utils.py:182–183  ·  view source on GitHub ↗
(obj: object)

Source from the content-addressed store, hash-verified

180
181
182def is_sequence(obj: object) -> TypeGuard[Sequence[object]]:
183 return isinstance(obj, Sequence)
184
185
186def is_sequence_t(obj: _SequenceT | object) -> TypeGuard[_SequenceT]:

Callers 2

_transform_recursiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected