MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _proxied

Method _proxied

lib/sqlalchemy/orm/scoping.py:203–204  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

201
202 @property
203 def _proxied(self) -> _S:
204 return self.registry()
205
206 def __call__(self, **kw: Any) -> _S:
207 r"""Return the current :class:`.Session`, creating it

Callers

nothing calls this directly

Calls 1

registryMethod · 0.80

Tested by

no test coverage detected