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

Method to_engine

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

Source from the content-addressed store, hash-verified

512 self.wrapped = wrapped
513
514 def to_engine(self) -> PathwayType:
515 return api.PathwayType.future(self.wrapped.to_engine())
516
517 def is_value_compatible(self, arg):
518 return arg is api.PENDING or self.wrapped.is_value_compatible(arg)

Callers

nothing calls this directly

Calls 1

to_engineMethod · 0.45

Tested by

no test coverage detected