ID EN
OS

tcsetpgrp

Python 3.11

Set the process group associated with the terminal given by fd (an open file descriptor as returned by os.open()) to pg.

Syntax

PYTHON
os.tcsetpgrp(fd, pg, /)

See Also

os.open() Availability