Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ getmark
Method
getmark
tools/python-3.11.9-amd64/Lib/wave.py:344–345 ·
view source on GitHub ↗
(self, id)
Source
from the content-addressed store, hash-verified
342
return
None
343
344
def
getmark(self, id):
345
raise
Error(
'no marks'
)
346
347
def
setpos(self, pos):
348
if
pos < 0 or pos > self._nframes:
Callers
nothing calls this directly
Calls
1
Error
Class · 0.70
Tested by
no test coverage detected