Home
/
Python 3.11
/
Multiprocessing
/
current_process
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Multiprocessing
current_process
Python 3.11
Return the Process object corresponding to the current process.
Syntax
PYTHON
Copy
multiprocessing.current_process()
See Also
Process
threading.current_thread()