MCPcopy Index your code
hub / github.com/RustPython/RustPython / setmark

Method setmark

Lib/wave.py:556–559  ·  view source on GitHub ↗
(self, id, pos, name)

Source from the content-addressed store, hash-verified

554 self._nframes, self._comptype, self._compname)
555
556 def setmark(self, id, pos, name):
557 import warnings
558 warnings._deprecated("Wave_write.setmark", remove=(3, 15))
559 raise Error('setmark() not supported')
560
561 def getmark(self, id):
562 import warnings

Callers 1

Calls 1

ErrorClass · 0.70

Tested by 1