Home | History | Annotate | Download | only in test

Lines Matching full:fileno

86         for attr in ("read", "readline", "readlines", "fileno",
109 file_num = self.returned_obj.fileno()
110 self.assertIsInstance(file_num, int, "fileno() did not return an int")
112 "Reading on the file descriptor returned by fileno() "