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

Method _get_column

python/pathway/internals/table.py:160–161  ·  view source on GitHub ↗
(self, name: str)

Source from the content-addressed store, hash-verified

158 return self._columns.keys()
159
160 def _get_column(self, name: str) -> clmn.Column:
161 return self._columns[name]
162
163 def _ipython_key_completions_(self):
164 return list(self.column_names())

Callers 5

_get_colref_by_nameMethod · 0.95
get_original_columnMethod · 0.80
graph_columnMethod · 0.80
graph_columnMethod · 0.80
validateFunction · 0.80

Calls

no outgoing calls

Tested by 1

validateFunction · 0.64