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

Method getmarkers

Lib/wave.py:344–347  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

342 self.getcomptype(), self.getcompname())
343
344 def getmarkers(self):
345 import warnings
346 warnings._deprecated("Wave_read.getmarkers", remove=(3, 15))
347 return None
348
349 def getmark(self, id):
350 import warnings

Callers 2

Calls

no outgoing calls

Tested by 2