Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jimmysong/programmingbitcoin
/ __add__
Method
__add__
code-ch13/script.py:72–73 ·
view source on GitHub ↗
(self, other)
Source
from the content-addressed store, hash-verified
70
return
' '
.join(result)
71
72
def
__add__(self, other):
73
return
Script(self.cmds + other.cmds)
74
75
@classmethod
76
def
parse(cls, s):
Callers
nothing calls this directly
Calls
1
Script
Class · 0.70
Tested by
no test coverage detected