MCPcopy Index your code
hub / github.com/python/cpython / tell

Method tell

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

Source from the content-addressed store, hash-verified

1311 del self._write_buf[:n]
1312
1313 def tell(self):
1314 return _BufferedIOMixin.tell(self) + len(self._write_buf)
1315
1316 def seek(self, pos, whence=0):
1317 if whence not in valid_seek_flags:

Callers

nothing calls this directly

Calls 1

tellMethod · 0.45

Tested by

no test coverage detected