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

Method start

test/functional/test_framework/socks5.py:147–152  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

145 thread.start()
146
147 def start(self):
148 assert(not self.running)
149 self.running = True
150 self.thread = threading.Thread(None, self.run)
151 self.thread.daemon = True
152 self.thread.start()
153
154 def stop(self):
155 self.running = False

Callers 1

runMethod · 0.45

Calls 1

ThreadMethod · 0.80

Tested by

no test coverage detected