Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
setUp
Method · 0.45
Calls
2
Event
Method · 0.80
wait
Method · 0.45
Tested by
no test coverage detected