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

Method start

Lib/test/test_poplib.py:224–228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

222 self.handler_instance = None
223
224 def start(self):
225 assert not self.active
226 self.__flag = threading.Event()
227 threading.Thread.start(self)
228 self.__flag.wait()
229
230 def run(self):
231 self.active = True

Callers 4

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 2

EventMethod · 0.80
waitMethod · 0.45

Tested by

no test coverage detected