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

Method tell

tools/python-3.11.9-amd64/Lib/_pyio.py:1226–1228  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1224 return written
1225
1226 def tell(self):
1227 # GH-95782: Keep return value non-negative
1228 return max(_BufferedIOMixin.tell(self) - len(self._read_buf) + self._read_pos, 0)
1229
1230 def seek(self, pos, whence=0):
1231 if whence not in valid_seek_flags:

Callers

nothing calls this directly

Calls 2

maxFunction · 0.85
tellMethod · 0.45

Tested by

no test coverage detected