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

Method _get

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

Source from the content-addressed store, hash-verified

1457 return self.creator(value)
1458
1459 def _get(self, object_: Any) -> _T:
1460 return self.getter(object_)
1461
1462 def _bulk_replace(
1463 self, assoc_proxy: AssociationProxyInstance[Any], values: Iterable[_IT]

Callers

nothing calls this directly

Calls 1

getterMethod · 0.45

Tested by

no test coverage detected