Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ __getitem__
Method
__getitem__
lib/sqlalchemy/ext/associationproxy.py:1478–1478 ·
view source on GitHub ↗
(self, index: int)
Source
from the content-addressed store, hash-verified
1476
1477
@overload
1478
def
__getitem__(self, index: int) -> _T: ...
1479
1480
@overload
1481
def
__getitem__(self, index: slice) -> MutableSequence[_T]: ...
Callers
nothing calls this directly
Calls
1
_get
Method · 0.45
Tested by
no test coverage detected