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

Method tell

tools/python-3.11.9-amd64/Lib/_pyio.py:388–390  ·  view source on GitHub ↗

Return an int indicating the current stream position.

(self)

Source from the content-addressed store, hash-verified

386 self._unsupported("seek")
387
388 def tell(self):
389 """Return an int indicating the current stream position."""
390 return self.seek(0, 1)
391
392 def truncate(self, pos=None):
393 """Truncate file to size bytes.

Callers 7

tellMethod · 0.45
tellMethod · 0.45
truncateMethod · 0.45
tellMethod · 0.45
tellMethod · 0.45
_configureMethod · 0.45
tellMethod · 0.45

Calls 1

seekMethod · 0.95

Tested by

no test coverage detected