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:2976–2978 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2974
2975
2976
class
FloorDiv(Binop):
2977
operation = operator.floordiv
2978
_operator_repr =
"//"
2979
2980
2981
class
Unaryop(Elemwise):
Callers
2
__floordiv__
Method · 0.85
__rfloordiv__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected