MCPcopy Index your code
hub / github.com/python/cpython / start

Method start

Lib/test/test_ssl.py:2946–2948  ·  view source on GitHub ↗
(self, flag=None)

Source from the content-addressed store, hash-verified

2944 asyncore.close_all(ignore_all=True)
2945
2946 def start (self, flag=None):
2947 self.flag = flag
2948 threading.Thread.start(self)
2949
2950 def run(self):
2951 self.active = True

Callers 1

__enter__Method · 0.95

Calls 1

startMethod · 0.45

Tested by

no test coverage detected