MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / _get

Method _get

lib/sqlalchemy/ext/associationproxy.py:1705–1706  ·  view source on GitHub ↗
(self, object_: Any)

Source from the content-addressed store, hash-verified

1703 return self.creator(key, value)
1704
1705 def _get(self, object_: Any) -> _VT:
1706 return self.getter(object_)
1707
1708 def _set(self, object_: Any, key: _KT, value: _VT) -> None:
1709 return self.setter(object_, key, value)

Callers 11

__getitem__Method · 0.95
popMethod · 0.95
popitemMethod · 0.95
__getitem__Method · 0.45
__contains__Method · 0.45
__iter__Method · 0.45
__contains__Method · 0.45
__iter__Method · 0.45
discardMethod · 0.45
removeMethod · 0.45
popMethod · 0.45

Calls 1

getterMethod · 0.45

Tested by

no test coverage detected