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

Method tell

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

Source from the content-addressed store, hash-verified

1005 return self._pos
1006
1007 def tell(self):
1008 if self.closed:
1009 raise ValueError("tell on closed file")
1010 return self._pos
1011
1012 def truncate(self, pos=None):
1013 if self.closed:

Callers 1

decompressFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected