MCPcopy
hub / github.com/pathwaycom/pathway / __getitem__

Method __getitem__

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

Source from the content-addressed store, hash-verified

208
209 @overload
210 def __getitem__(self, args: str | expr.ColumnReference) -> expr.ColumnReference: ...
211
212 @overload
213 def __getitem__(self, args: list[str | expr.ColumnReference]) -> Table: ...

Callers

nothing calls this directly

Calls 2

_get_colref_by_nameMethod · 0.95
selectMethod · 0.95

Tested by

no test coverage detected