Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ get
Method
get
lib/sqlalchemy/util/_collections.py:494–494 ·
view source on GitHub ↗
(self, key: _KT)
Source
from the content-addressed store, hash-verified
492
493
@overload
494
def
get(self, key: _KT) -> Optional[_VT]: ...
495
496
@overload
497
def
get(self, key: _KT, default: Union[_VT, _T]) -> Union[_VT, _T]: ...
Callers
nothing calls this directly
Calls
1
_inc_counter
Method · 0.95
Tested by
no test coverage detected