Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_names
Method · 0.95
_get_colref_by_name
Method · 0.95
ix
Method · 0.95
concat
Method · 0.95
_concat
Method · 0.95
update_cells
Method · 0.95
update_rows
Method · 0.95
_update_rows
Method · 0.95
with_prefix
Method · 0.95
with_suffix
Method · 0.95
update_types
Method · 0.95
cast_to_types
Method · 0.95
Calls
no outgoing calls
Tested by
15
pytest_runtest_teardown
Function · 0.36
_test_vs
Function · 0.36
_test_vs
Function · 0.36
test_clustering_via_lsh
Function · 0.36
test_class_initialization
Function · 0.36
test_function_call
Function · 0.36
test_variables
Function · 0.36
test_read_from_file
Function · 0.36
test_list
Function · 0.36
test_calling_functions_without_arguments
Function · 0.36
test_env_vars_parsing
Function · 0.36
test_env_vars_no_parsing
Function · 0.36