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

Method tell

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

Source from the content-addressed store, hash-verified

1447 return pos
1448
1449 def tell(self):
1450 if self._write_buf:
1451 return BufferedWriter.tell(self)
1452 else:
1453 return BufferedReader.tell(self)
1454
1455 def truncate(self, pos=None):
1456 if pos is None:

Callers 1

truncateMethod · 0.95

Calls 1

tellMethod · 0.45

Tested by

no test coverage detected