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

Function is_sequence_t

src/openai/_utils/_utils.py:186–187  ·  view source on GitHub ↗
(obj: _SequenceT | object)

Source from the content-addressed store, hash-verified

184
185
186def is_sequence_t(obj: _SequenceT | object) -> TypeGuard[_SequenceT]:
187 return isinstance(obj, Sequence)
188
189
190def is_mapping(obj: object) -> TypeGuard[Mapping[str, object]]:

Callers 2

to_httpx_filesFunction · 0.85
async_to_httpx_filesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected