MCPcopy Create free account
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 8

_expand_compositesFunction · 0.45
__iter__Method · 0.45
load_scalar_attributesFunction · 0.45
delete_objFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected