Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/petertodd/python-bitcoinlib
/ is_null
Method
is_null
bitcoin/core/__init__.py:280–281 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
278
object.__setattr__(self,
'scriptWitness'
, scriptWitness)
279
280
def
is_null(self):
281
return
self.scriptWitness.is_null()
282
283
@classmethod
284
def
stream_deserialize(cls, f):
Callers
nothing calls this directly
Calls
1
is_null
Method · 0.45
Tested by
no test coverage detected