Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
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