Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ __repr__
Method
__repr__
bitcoin/net.py:96–97 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
94
f.write(self.hash)
95
96
def
__repr__(self):
97
return
"CInv(type=%s hash=%s)"
% (self.typemap[self.type], b2lx(self.hash))
98
99
100
class
CBlockLocator(Serializable):
Callers
nothing calls this directly
Calls
1
b2lx
Function · 0.90
Tested by
no test coverage detected