ID EN
OS

isatty

Python 3.11

Return True if the file descriptor fd is open and connected to a tty(-like) device, else False.

Syntax

PYTHON
os.isatty(fd, /)