Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aosabook/500lines
/ fail
Method
fail
cluster/code/test/test_network.py:45–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
43
node = self.network.new_node(
'C'
)
44
45
def
fail():
46
raise
RuntimeError(
"nooo"
)
47
48
nonex = self.network.set_timer(node.address, 0.01, fail)
49
Callers
6
cW
Function · 0.80
jquery.min.js
File · 0.80
test_fail
Method · 0.80
tearDown
Method · 0.80
tearDown
Method · 0.80
assertEvent
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected