MCPcopy Index your code
hub / github.com/pathwaycom/pathway / __getitem__

Method __getitem__

python/pathway/internals/table_slice.py:52–52  ·  view source on GitHub ↗
(self, args: str | ColumnReference)

Source from the content-addressed store, hash-verified

50
51 @overload
52 def __getitem__(self, args: str | ColumnReference) -> ColumnReference: ...
53
54 @overload
55 def __getitem__(self, args: list[str | ColumnReference]) -> TableSlice: ...

Callers

nothing calls this directly

Calls 2

_normalizeMethod · 0.95
TableSliceClass · 0.85

Tested by

no test coverage detected