Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
_join_determine_implicit_left_side
Method · 0.45
_expand_other_attrs
Function · 0.45
_apply_update_set_values_to_objects
Method · 0.45
__iter__
Method · 0.45
_load_scalar_attributes
Function · 0.45
_result_has_identity_key
Method · 0.45
_optimized_get_statement
Method · 0.45
__init__
Method · 0.45
_delete_obj
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected