Home | History | Annotate | Download | only in Lib

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
293 # available through the tell() method, set through the
381 def tell(self):
527 # _file -- the open file with methods write(), close(), tell(), seek()
716 def tell(self):
819 self._form_length_pos = self._file.tell()
834 self._nframes_pos = self._file.tell()
846 self._ssnd_length_pos = self._file.tell()
865 curpos = self._file.tell()