Lines Matching defs: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
114 available through the tell() method, set through the
187 def tell(self):
245 # "tell" data chunk how much was read
279 _file -- the open file with methods write(), close(), tell(), seek()
413 def tell(self):
468 self._form_length_pos = self._file.tell()
475 self._data_length_pos = self._file.tell()
483 curpos = self._file.tell()