Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2953
class
FloorDiv(Binop):
2954
operation = operator.floordiv
2955
_operator_repr =
"//"
2956
2957
2958
class
Unaryop(Elemwise):
Callers
2
__floordiv__
Method · 0.85
__rfloordiv__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected