Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
4
class
S(str):
5
def
__add__(self, other):
6
return
"ADD"
7
8
def
__iadd__(self, other):
9
return
"IADD"
Callers
2
builtin_float.py
File · 0.45
builtin_int.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected