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

Function current_process

Lib/multiprocessing/process.py:37–41  ·  view source on GitHub ↗

Return process object representing the current process

()

Source from the content-addressed store, hash-verified

35#
36
37def current_process():
38 '''
39 Return process object representing the current process
40 '''
41 return _current_process
42
43def active_children():
44 '''

Callers 6

calculateFunction · 0.90
_exit_functionFunction · 0.85
__init__Method · 0.85
startMethod · 0.85
__init__.pyFile · 0.85
active_childrenFunction · 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…