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

Method __getitem__

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

Source from the content-addressed store, hash-verified

1929
1930 @overload
1931 def __getitem__(self, key: Union[str, int]) -> _COL_co: ...
1932
1933 @overload
1934 def __getitem__(

Callers

nothing calls this directly

Calls 2

as_readonlyMethod · 0.45

Tested by

no test coverage detected