MCPcopy Index your code
hub / github.com/petertodd/python-bitcoinlib / stream_serialize

Method stream_serialize

bitcoin/net.py:185–187  ·  view source on GitHub ↗
(self, f)

Source from the content-addressed store, hash-verified

183 return c
184
185 def stream_serialize(self, f):
186 VarStringSerializer.stream_serialize(self.vchMsg, f)
187 VarStringSerializer.stream_serialize(self.vchSig, f)
188
189 def __repr__(self):
190 return "CAlert(vchMsg.sz %d, vchSig.sz %d)" % (len(self.vchMsg), len(self.vchSig))

Callers 1

test_serializationMethod · 0.95

Calls 1

stream_serializeMethod · 0.45

Tested by 1

test_serializationMethod · 0.76