MCPcopy Index your code
hub / github.com/RustPython/RustPython / __add__

Method __add__

extra_tests/snippets/vm_specialization.py:5–6  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

3
4class S(str):
5 def __add__(self, other):
6 return "ADD"
7
8 def __iadd__(self, other):
9 return "IADD"

Callers 2

builtin_float.pyFile · 0.45
builtin_int.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected