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

Lines Matching full:fileno

202             bs = os.fstat(raw.fileno()).st_blksize
436 def fileno(self):
441 self._unsupported("fileno")
778 def fileno(self):
779 return self.raw.fileno()
1586 def fileno(self):
1587 return self.buffer.fileno()