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

Method _dtypes

python/pathway/internals/schema.py:445–446  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

443 return self.__columns__[name]
444
445 def _dtypes(self) -> Mapping[str, dt.DType]:
446 return MappingProxyType(self.__dtypes__)
447
448 def typehints(self) -> Mapping[str, Any]:
449 return MappingProxyType(self.__types__)

Callers 15

assert_matches_schemaMethod · 0.95
concatMethod · 0.80
update_cellsMethod · 0.80
update_rowsMethod · 0.80
update_typesMethod · 0.80
_async_transformerMethod · 0.80
__call__Method · 0.80
_runMethod · 0.80
_cast_types_to_schemaMethod · 0.80
readFunction · 0.80
readFunction · 0.80

Calls

no outgoing calls