Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/petertodd/python-bitcoinlib
/ stream_deserialize
Method
stream_deserialize
bitcoin/core/serialize.py:165–166 ·
view source on GitHub ↗
(cls, f)
Source
from the content-addressed store, hash-verified
163
164
@classmethod
165
def
stream_deserialize(cls, f):
166
raise
NotImplementedError
167
168
@classmethod
169
def
serialize(cls, obj):
Callers
7
deserialize
Method · 0.45
deserialize
Method · 0.45
stream_deserialize
Method · 0.45
stream_deserialize
Method · 0.45
stream_deserialize
Method · 0.45
stream_deserialize
Method · 0.45
stream_deserialize
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected