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

Function is_tuple_t

src/opencode_ai/_utils/_utils.py:148–149  ·  view source on GitHub ↗
(obj: _TupleT | object)

Source from the content-addressed store, hash-verified

146
147
148def is_tuple_t(obj: _TupleT | object) -> TypeGuard[_TupleT]:
149 return isinstance(obj, tuple)
150
151
152def is_sequence(obj: object) -> TypeGuard[Sequence[object]]:

Callers 2

_transform_fileFunction · 0.85
_async_transform_fileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected