MCPcopy Index your code
hub / github.com/python/cpython / __add__

Method __add__

Lib/test/datetimetester.py:1066–1067  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

1064
1065 class Prod:
1066 def __add__(self, other):
1067 return Sum()
1068 def __radd__(self, other):
1069 return Sum()
1070

Callers

nothing calls this directly

Calls 1

SumClass · 0.70

Tested by

no test coverage detected