Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ tell
Method
tell
tools/python-3.11.9-amd64/Lib/_pyio.py:1319–1320 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1317
del self._write_buf[:n]
1318
1319
def
tell(self):
1320
return
_BufferedIOMixin.tell(self) + len(self._write_buf)
1321
1322
def
seek(self, pos, whence=0):
1323
if
whence not in valid_seek_flags:
Callers
nothing calls this directly
Calls
1
tell
Method · 0.45
Tested by
no test coverage detected