MCPcopy 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_namesMethod · 0.95
__str__Method · 0.95
schema_from_columnsFunction · 0.45
assert_matches_schemaMethod · 0.45
is_subschemaFunction · 0.45
schema_builderFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected