Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ rewind
Method
rewind
tools/python-3.11.9-amd64/Lib/sunau.py:288–292 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
286
return
None
# XXX--not implemented yet
287
288
def
rewind(self):
289
if
self._data_pos is None:
290
raise
OSError(
'cannot seek'
)
291
self._file.seek(self._data_pos)
292
self._soundpos = 0
293
294
def
tell(self):
295
return
self._soundpos
Callers
nothing calls this directly
Calls
1
seek
Method · 0.45
Tested by
no test coverage detected