ID EN
OS

fork

Python 3.11

Fork a child process. Return 0 in the child and the child’s process id in the parent. If an error occurs OSError is raised.

Syntax

PYTHON
os.fork()

See Also

OSError auditing event urllib.request RuntimeError ssl Availability