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

Method __dir__

src/openai/_utils/_proxy.py:40–44  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

38
39 @override
40 def __dir__(self) -> Iterable[str]:
41 proxied = self.__get_proxied__()
42 if isinstance(proxied, LazyProxy):
43 return []
44 return proxied.__dir__()
45
46 @property # type: ignore
47 @override

Callers

nothing calls this directly

Calls 1

__get_proxied__Method · 0.95

Tested by

no test coverage detected