MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / tell

Method tell

tools/python-3.11.9-amd64/Lib/tarfile.py:506–509  ·  view source on GitHub ↗

Return the stream's file pointer position.

(self)

Source from the content-addressed store, hash-verified

504 self.__read(2)
505
506 def tell(self):
507 """Return the stream's file pointer position.
508 """
509 return self.pos
510
511 def seek(self, pos=0):
512 """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