Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ getmark
Method
getmark
Lib/wave.py:349–352 ·
view source on GitHub ↗
(self, id)
Source
from the content-addressed store, hash-verified
347
return
None
348
349
def
getmark(self, id):
350
import
warnings
351
warnings._deprecated(
"Wave_read.getmark"
, remove=(3, 15))
352
raise
Error(
'no marks'
)
353
354
def
setpos(self, pos):
355
if
pos < 0 or pos > self._nframes:
Callers
2
test_read_deprecations
Method · 0.45
test_write_deprecations
Method · 0.45
Calls
1
Error
Class · 0.70
Tested by
2
test_read_deprecations
Method · 0.36
test_write_deprecations
Method · 0.36