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

Method start

Lib/test/test_ftplib.py:296–300  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

294 self.encoding = encoding
295
296 def start(self):
297 assert not self.active
298 self.__flag = threading.Event()
299 threading.Thread.start(self)
300 self.__flag.wait()
301
302 def run(self):
303 self.active = True

Callers 5

setUpMethod · 0.45
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