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

Method __rand__

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

AndClass · 0.85

Tested by

no test coverage detected