Lines Matching defs:tell
294 filesize = fpin.tell()
758 def tell(self):
768 self._pos = self._file.tell()
779 self._pos = self._file.tell()
788 # Provide the tell method for unseekable stream
799 def tell(self):
853 self._orig_compress_start = fileobj.tell()
1084 curr_pos = self.tell()
1127 return self.tell()
1129 def tell(self):
1131 raise ValueError("tell on closed file.")
1203 self._zipfile.start_dir = self._fileobj.tell()
1209 self._zipfile.start_dir = self._fileobj.tell()
1311 self.start_dir = self.fp.tell()
1317 # Some file-like objects can provide tell() but not seek()
1335 self.start_dir = self.fp.tell()
1603 zef_file.tell() + zinfo.compress_size > zinfo._end_offset):
1656 zinfo.header_offset = self.fp.tell()
1872 zinfo.header_offset = self.fp.tell() # Start of header bytes
1883 self.start_dir = self.fp.tell()
1965 pos2 = self.fp.tell()