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

Method __and__

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

Source from the content-addressed store, hash-verified

232 return NE(self, other)
233
234 def __and__(self, other):
235 return And(self, other)
236
237 def __rand__(self, other):
238 return And(other, self)

Callers

nothing calls this directly

Calls 1

AndClass · 0.85

Tested by

no test coverage detected