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

Method tell

Lib/_pyio.py:1294–1295  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1292 del self._write_buf[:n]
1293
1294 def tell(self):
1295 return _BufferedIOMixin.tell(self) + len(self._write_buf)
1296
1297 def seek(self, pos, whence=0):
1298 if whence not in valid_seek_flags:

Callers

nothing calls this directly

Calls 2

lenFunction · 0.85
tellMethod · 0.45

Tested by

no test coverage detected