MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get

Method get

lib/sqlalchemy/ext/associationproxy.py:866–866  ·  view source on GitHub ↗
(self: _Self, obj: Literal[None])

Source from the content-addressed store, hash-verified

864
865 @overload
866 def get(self: _Self, obj: Literal[None]) -> _Self: ...
867
868 @overload
869 def get(self, obj: Any) -> _T: ...

Callers 1

setMethod · 0.95

Calls 3

_newMethod · 0.95
_lazy_collectionClass · 0.85
castFunction · 0.50

Tested by

no test coverage detected