Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ MyClass
Class
MyClass
pandas/tests/test_downstream.py:239–243 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
237
# GH#48347
238
239
class
MyClass:
240
__pandas_priority__ = 5000
241
242
def
__radd__(self, other):
243
return
self
244
245
left = MyClass()
246
right = Series(range(3))
Callers
1
test_pandas_priority
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_pandas_priority
Function · 0.68