MCPcopy Index your code
hub / github.com/pathwaycom/pathway / to_engine

Method to_engine

python/pathway/internals/dtype.py:407–408  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

405 self.args = args
406
407 def to_engine(self) -> PathwayType:
408 return api.PathwayType.tuple(*[arg.to_engine() for arg in self.args])
409
410 def __new__(cls, *args: DType | EllipsisType) -> Tuple | List: # type: ignore[misc]
411 if any(isinstance(arg, EllipsisType) for arg in args):

Callers

nothing calls this directly

Calls 1

to_engineMethod · 0.45

Tested by

no test coverage detected