Home | History | Annotate | Download | only in generator

Lines Matching full:fileno

1081         msvcrt.setmode(sys.stdin.fileno(), os.O_BINARY)
1082 msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)