MCPcopy 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

Calls 1

AClass · 0.70

Tested by

no test coverage detected