MCPcopy Create free account
hub / github.com/dask/dask / _lower

Method _lower

dask/_expr.py:529–530  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

527 return expr
528
529 def _lower(self):
530 return
531
532 @functools.cached_property
533 def _funcname(self) -> str:

Callers 1

lower_onceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected