Home | History | Annotate | Download | only in python2.7

Lines Matching full:fileno

18 readlines(), fileno(), close() and info().  The read*(), fileno()
606 #f.fileno = None # needed for addinfourl
954 if hasattr(self.fp, "fileno"):
955 self.fileno = self.fp.fileno
957 self.fileno = lambda: None
971 self.fileno = None