Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ keys
Method
keys
python/pathway/internals/schema.py:383–384 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
381
}
382
383
def
keys(self) -> KeysView[str]:
384
return
self.__columns__.keys()
385
386
def
with_types(self, **kwargs) -> type[Schema]:
387
columns: dict[str, ColumnDefinition] = {
Callers
7
column_names
Method · 0.95
__str__
Method · 0.95
schema_from_columns
Function · 0.45
_create_column_definitions
Function · 0.45
assert_matches_schema
Method · 0.45
is_subschema
Function · 0.45
schema_builder
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected