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

Class FloorDiv

dask/dataframe/dask_expr/_expr.py:2953–2955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2951
2952
2953class FloorDiv(Binop):
2954 operation = operator.floordiv
2955 _operator_repr = "//"
2956
2957
2958class Unaryop(Elemwise):

Callers 2

__floordiv__Method · 0.85
__rfloordiv__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected