MCPcopy Create free account
hub / github.com/ElementsProject/elements / run

Method run

test/functional/test_framework/p2p.py:587–589  ·  view source on GitHub ↗

Start the network thread.

(self)

Source from the content-addressed store, hash-verified

585 NetworkThread.network_event_loop = asyncio.new_event_loop()
586
587 def run(self):
588 """Start the network thread."""
589 self.network_event_loop.run_forever()
590
591 def close(self, timeout=10):
592 """Close the connections and network event loop."""

Callers 7

download_binaryFunction · 0.45
build_releaseFunction · 0.45
mainFunction · 0.45
jobFunction · 0.45
parse_test_listFunction · 0.45
run_testMethod · 0.45
run_testsFunction · 0.45

Calls

no outgoing calls

Tested by 4

mainFunction · 0.36
jobFunction · 0.36
parse_test_listFunction · 0.36
run_testsFunction · 0.36