MCPcopy
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

cWFunction · 0.80
jquery.min.jsFile · 0.80
test_failMethod · 0.80
tearDownMethod · 0.80
tearDownMethod · 0.80
assertEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected