MCPcopy Index your code
hub / github.com/jimmysong/programmingbitcoin / __add__

Method __add__

code-ch08/script.py:54–55  ·  view source on GitHub ↗
(self, other)

Source from the content-addressed store, hash-verified

52 return ' '.join(result)
53
54 def __add__(self, other):
55 return Script(self.cmds + other.cmds)
56
57 @classmethod
58 def parse(cls, s):

Callers

nothing calls this directly

Calls 1

ScriptClass · 0.70

Tested by

no test coverage detected