Home | History | Annotate | Download | only in Python

Lines Matching refs:isatty

1902         tty = fd == fileno(stdin) && isatty(fd);
1915 tty = fd == fileno(stdout) && isatty(fd);