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

Class Div

dask/dataframe/dask_expr/_expr.py:2828–2830  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2826
2827
2828class Div(Binop):
2829 operation = operator.truediv
2830 _operator_repr = "/"
2831
2832
2833class LT(Binop):

Callers 2

__truediv__Method · 0.85
__rtruediv__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected