MCPcopy Index your code
hub / github.com/RustPython/RustPython / run

Method run

Lib/test/test_ssl.py:2671–2679  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2669 threading.Thread.start(self)
2670
2671 def run(self):
2672 self.active = True
2673 if self.flag:
2674 self.flag.set()
2675 while self.active:
2676 try:
2677 asyncore.loop(1)
2678 except:
2679 pass
2680
2681 def stop(self):
2682 self.active = False

Callers

nothing calls this directly

Calls 2

setMethod · 0.45
loopMethod · 0.45

Tested by

no test coverage detected