MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _assign_proxied

Method _assign_proxied

lib/sqlalchemy/ext/asyncio/base.py:47–47  ·  view source on GitHub ↗
(self, target: _PT)

Source from the content-addressed store, hash-verified

45
46 @overload
47 def _assign_proxied(self, target: _PT) -> _PT: ...
48
49 @overload
50 def _assign_proxied(self, target: None) -> None: ...

Callers 8

__init__Method · 0.80
startMethod · 0.80
__init__Method · 0.80
startMethod · 0.80
__init__Method · 0.80
startMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected