Home | History | Annotate | Download | only in lib

Lines Matching full:fileno

721                 x = msvcrt.get_osfhandle(self.stdin.fileno())
738 x = msvcrt.get_osfhandle(conn.fileno())
764 written = os.write(self.stdin.fileno(), input)