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

Function get_args

src/openai/_compat.py:30–31  ·  view source on GitHub ↗
(t: type[Any])

Source from the content-addressed store, hash-verified

28 ...
29
30 def get_args(t: type[Any]) -> tuple[Any, ...]: # noqa: ARG001
31 ...
32
33 def is_union(tp: type[Any] | None) -> bool: # noqa: ARG001
34 ...

Callers 9

is_basemodelFunction · 0.70
construct_typeFunction · 0.70
_stringify_itemMethod · 0.70
assert_matches_typeFunction · 0.50
_assert_list_typeFunction · 0.50

Calls

no outgoing calls