Lines Matching full:fileno
18 readlines(), fileno(), close() and info(). The read*(), fileno()606 #f.fileno = None # needed for addinfourl954 if hasattr(self.fp, "fileno"):955 self.fileno = self.fp.fileno957 self.fileno = lambda: None971 self.fileno = None