MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / __getitem__

Method __getitem__

lib/sqlalchemy/orm/query.py:2593–2593  ·  view source on GitHub ↗
(self, item: slice)

Source from the content-addressed store, hash-verified

2591
2592 @overload
2593 def __getitem__(self, item: slice) -> List[_T]: ...
2594
2595 @overload
2596 def __getitem__(self, item: SupportsIndex) -> _T: ...

Callers 1

setdefaultFunction · 0.45

Calls 1

_getitemMethod · 0.45

Tested by

no test coverage detected