MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / _raise_assertion_error

Method _raise_assertion_error

test/functional/test_framework/test_node.py:120–122  ·  view source on GitHub ↗

Raise an AssertionError with msg modified to identify this node.

(self, msg: str)

Source from the content-addressed store, hash-verified

118 return "[node %d] %s" % (self.index, msg)
119
120 def _raise_assertion_error(self, msg: str):
121 """Raise an AssertionError with msg modified to identify this node."""
122 raise AssertionError(self._node_msg(msg))
123
124 def __del__(self):
125 # Ensure that we don't leave any bitcoind processes lying around after

Callers 3

assert_debug_logMethod · 0.95

Calls 1

_node_msgMethod · 0.95

Tested by

no test coverage detected