Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ _set_done
Method
_set_done
Lib/_dummy_thread.py:247–248 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
245
return
self._ident
246
247
def
_set_done(self):
248
self._done = True
249
250
def
is_done(self):
251
return
self._done
Callers
2
_shutdown
Function · 0.45
start_joinable_thread
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected