MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / keys

Method keys

lib/sqlalchemy/orm/identity.py:76–77  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

74 raise NotImplementedError()
75
76 def keys(self) -> Iterable[_IdentityKeyType[Any]]:
77 return self._dict.keys()
78
79 def values(self) -> Iterable[object]:
80 raise NotImplementedError()

Callers 9

_expand_other_attrsFunction · 0.45
__iter__Method · 0.45
_load_scalar_attributesFunction · 0.45
__init__Method · 0.45
_delete_objFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected