MCPcopy Index your code
hub / github.com/RustPython/RustPython / tell

Method tell

Lib/tarfile.py:515–518  ·  view source on GitHub ↗

Return the stream's file pointer position.

(self)

Source from the content-addressed store, hash-verified

513 self.__read(2)
514
515 def tell(self):
516 """Return the stream's file pointer position.
517 """
518 return self.pos
519
520 def seek(self, pos=0):
521 """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