Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/pathwaycom/pathway
/ to_engine
Method
to_engine
python/pathway/internals/dtype.py:261–262 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
259
self.n_dim = n_dim
260
261
def
to_engine(self) -> api.PathwayType:
262
return
api.PathwayType.array(self.n_dim, self.wrapped.to_engine())
263
264
def
__new__(cls, n_dim, wrapped) -> Array:
265
dtype = wrap(wrapped)
Callers
nothing calls this directly
Calls
1
to_engine
Method · 0.45
Tested by
no test coverage detected