Home | History | Annotate | Download | only in python2.7

Lines Matching defs:tell

541     def tell(self):
688 def tell(self):
718 def tell(self):
865 def tell(self):
1241 obj.offset = tarfile.fileobj.tell() - BLOCKSIZE
1272 self.offset_data = tarfile.fileobj.tell()
1357 self.offset_data = tarfile.fileobj.tell()
1566 self.offset = self.fileobj.tell()
1658 saved_pos = fileobj.tell()
2106 methods: read(), readline(), readlines(), seek() and tell()