Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ _get_by_key_impl_mapping
Method
_get_by_key_impl_mapping
lib/sqlalchemy/engine/_row_cy.py:125–126 ·
view source on GitHub ↗
(self, key: _KeyType)
Source
from the content-addressed store, hash-verified
123
return
self._data[key]
124
125
def
_get_by_key_impl_mapping(self, key: _KeyType) -> Any:
126
return
self._get_by_key_impl(key, False)
127
128
@cython.cfunc
129
@cython.inline
Callers
2
get_by_key2
Method · 0.80
get_by_key_recreate2
Method · 0.80
Calls
1
_get_by_key_impl
Method · 0.95
Tested by
no test coverage detected