Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ _proxied
Method
_proxied
lib/sqlalchemy/ext/asyncio/scoping.py:162–163 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
160
161
@property
162
def
_proxied(self) -> _AS:
163
return
self.registry()
164
165
def
__call__(self, **kw: Any) -> _AS:
166
r
""
"Return the current :
class
:`.AsyncSession`, creating it
Callers
nothing calls this directly
Calls
1
registry
Method · 0.80
Tested by
no test coverage detected