os.isatty(fd)
Return True
if the file descriptor fd is open and connected to a tty(-like) device, else False
.
os.isatty(fd)
Return True
if the file descriptor fd is open and connected to a tty(-like) device, else False
.
Designed by : w10schools
service@w10schools.com
Please login to continue.