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

Method __str__

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

Source from the content-addressed store, hash-verified

31
32 @override
33 def __str__(self) -> str:
34 proxied = self.__get_proxied__()
35 if isinstance(proxied, LazyProxy):
36 return proxied.__class__.__name__
37 return str(proxied)
38
39 @override
40 def __dir__(self) -> Iterable[str]:

Callers

nothing calls this directly

Calls 1

__get_proxied__Method · 0.95

Tested by

no test coverage detected