MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / __getitem__

Method __getitem__

lib/sqlalchemy/sql/base.py:1688–1688  ·  view source on GitHub ↗
(self, key: Union[str, int])

Source from the content-addressed store, hash-verified

1686
1687 @overload
1688 def __getitem__(self, key: Union[str, int]) -> _COL_co: ...
1689
1690 @overload
1691 def __getitem__(

Callers

nothing calls this directly

Calls 2

ColumnCollectionClass · 0.85
as_readonlyMethod · 0.45

Tested by

no test coverage detected