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

Method __rand__

dask/dataframe/dask_expr/_expr.py:237–238  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

235 return And(self, other)
236
237 def __rand__(self, other):
238 return And(other, self)
239
240 def __or__(self, other):
241 return Or(self, other)

Callers

nothing calls this directly

Calls 1

AndClass · 0.85

Tested by

no test coverage detected