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

Class Div

dask/dataframe/dask_expr/_expr.py:2851–2853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2849
2850
2851class Div(Binop):
2852 operation = operator.truediv
2853 _operator_repr = "/"
2854
2855
2856class LT(Binop):

Callers 2

__truediv__Method · 0.85
__rtruediv__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected