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

Method keys

python/pathway/internals/table.py:157–158  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155 return self.keys()
156
157 def keys(self):
158 return self._columns.keys()
159
160 def _get_column(self, name: str) -> clmn.Column:
161 return self._columns[name]

Callers 15

column_namesMethod · 0.95
_get_colref_by_nameMethod · 0.95
ixMethod · 0.95
concatMethod · 0.95
_concatMethod · 0.95
update_cellsMethod · 0.95
update_rowsMethod · 0.95
_update_rowsMethod · 0.95
with_prefixMethod · 0.95
with_suffixMethod · 0.95
update_typesMethod · 0.95
cast_to_typesMethod · 0.95

Calls

no outgoing calls

Tested by 15

pytest_runtest_teardownFunction · 0.36
_test_vsFunction · 0.36
_test_vsFunction · 0.36
test_clustering_via_lshFunction · 0.36
test_function_callFunction · 0.36
test_variablesFunction · 0.36
test_read_from_fileFunction · 0.36
test_listFunction · 0.36
test_env_vars_parsingFunction · 0.36
test_env_vars_no_parsingFunction · 0.36