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

Function is_sequence_t

src/opencode_ai/_utils/_utils.py:156–157  ·  view source on GitHub ↗
(obj: _SequenceT | object)

Source from the content-addressed store, hash-verified

154
155
156def is_sequence_t(obj: _SequenceT | object) -> TypeGuard[_SequenceT]:
157 return isinstance(obj, Sequence)
158
159
160def 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