MCPcopy Index your code
hub / github.com/python/cpython / is_exiting

Function is_exiting

Lib/multiprocessing/util.py:383–387  ·  view source on GitHub ↗

Returns true if the process is shutting down

()

Source from the content-addressed store, hash-verified

381#
382
383def is_exiting():
384 '''
385 Returns true if the process is shutting down
386 '''
387 return _exiting or _exiting is None
388
389_exiting = False
390

Callers 1

_feedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…