Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __getitem__
Method
__getitem__
lib/sqlalchemy/orm/dynamic.py:180–180 ·
view source on GitHub ↗
(self, index: int)
Source
from the content-addressed store, hash-verified
178
179
@overload
180
def
__getitem__(self, index: int) -> _T: ...
181
182
@overload
183
def
__getitem__(self, index: slice) -> List[_T]: ...
Callers
nothing calls this directly
Calls
3
_generate
Method · 0.95
indexed
Method · 0.80
_get_collection_history
Method · 0.80
Tested by
no test coverage detected