Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_done
Method
is_done
Lib/_dummy_thread.py:250–251 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
248
self._done = True
249
250
def
is_done(self):
251
return
self._done
252
253
def
join(self, timeout=None):
254
# In dummy thread, thread is always done
Callers
4
__repr__
Method · 0.45
is_alive
Method · 0.45
is_alive
Method · 0.45
_shutdown
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected