Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-python
/ __get_proxied__
Method
__get_proxied__
src/openai/_utils/_proxy.py:57–58 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
55
return
proxied.__class__
56
57
def
__get_proxied__(self) -> T:
58
return
self.__load__()
59
60
def
__as_proxied__(self) -> T:
61
""
"Helper method that returns the current proxy, typed as the loaded object"
""
Callers
5
__getattr__
Method · 0.95
__repr__
Method · 0.95
__str__
Method · 0.95
__dir__
Method · 0.95
__class__
Method · 0.95
Calls
1
__load__
Method · 0.95
Tested by
no test coverage detected