Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ is_exiting
Function
is_exiting
tools/python-3.11.9-amd64/Lib/multiprocessing/util.py:315–319 ·
view source on GitHub ↗
Returns true if the process is shutting down
()
Source
from the content-addressed store, hash-verified
313
#
314
315
def
is_exiting():
316
''
&
#x27;
317
Returns true
if
the process is shutting down
318
''
&
#x27;
319
return
_exiting or _exiting is None
320
321
_exiting = False
322
Callers
1
_feed
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected