Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ start
Method
start
Lib/test/test_ssl.py:2667–2669 ·
view source on GitHub ↗
(self, flag=None)
Source
from the content-addressed store, hash-verified
2665
asyncore.close_all(ignore_all=True)
2666
2667
def
start (self, flag=None):
2668
self.flag = flag
2669
threading.Thread.start(self)
2670
2671
def
run(self):
2672
self.active = True
Callers
1
__enter__
Method · 0.95
Calls
1
start
Method · 0.45
Tested by
no test coverage detected