MCPcopy 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

Calls 1

ErrorClass · 0.70

Tested by 2