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

Class FloorDiv

dask/dataframe/dask_expr/_expr.py:2976–2978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2974
2975
2976class FloorDiv(Binop):
2977 operation = operator.floordiv
2978 _operator_repr = "//"
2979
2980
2981class Unaryop(Elemwise):

Callers 2

__floordiv__Method · 0.85
__rfloordiv__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected