Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __radd__
Method
__radd__
Lib/test/test_descr.py:5390–5390 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
5388
5389
class
A:
5390
def
__radd__(self, other): ...
5391
5392
class
B(tuple): ...
5393
Callers
1
test_explicit_reverse_methods
Method · 0.45
Calls
1
A
Class · 0.70
Tested by
no test coverage detected