MCPcopy
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

_generateMethod · 0.95
indexedMethod · 0.80

Tested by

no test coverage detected