Lines Matching refs:tell
30 tell() -- return the current position
32 The position returned by tell() and the position given to setpos()
41 The open file pointer must have methods write(), tell(), seek(), and
54 tell() -- return current position in output file
123 self.offset = self.file.tell()
159 def tell(self):
234 available through the tell() method, set through the
315 def tell(self):
401 _file -- the open file with methods write(), close(), tell(), seek()
541 def tell(self):
597 self._form_length_pos = self._file.tell()
607 self._data_length_pos = self._file.tell()
615 curpos = self._file.tell()