MCPcopy Index your code
hub / github.com/python/cpython / tell

Method tell

Lib/tarfile.py:513–516  ·  view source on GitHub ↗

Return the stream's file pointer position.

(self)

Source from the content-addressed store, hash-verified

511 self.__read(2)
512
513 def tell(self):
514 """Return the stream's file pointer position.
515 """
516 return self.pos
517
518 def seek(self, pos=0):
519 """Set the stream's file pointer to pos. Negative seeking

Callers 8

_fromtarfileMethod · 0.45
_proc_builtinMethod · 0.45
_proc_sparseMethod · 0.45
_proc_gnusparse_10Method · 0.45
__init__Method · 0.45
openMethod · 0.45
nextMethod · 0.45
is_tarfileFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected