Lines Matching defs:tell
81 tell() -- return the current position
83 The position returned by tell(), the position given to setpos() and
92 The open file pointer must have methods write(), tell(), seek(), and
109 tell() -- return current position in output file (useful
278 # available through the tell() method, set through the
365 def tell(self):
538 # _file -- the open file with methods write(), close(), tell(), seek()
716 def tell(self):
856 self._form_length_pos = self._file.tell()
868 self._nframes_pos = self._file.tell()
876 self._ssnd_length_pos = self._file.tell()
895 curpos = self._file.tell()