MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getmark

Method getmark

tools/python-3.11.9-amd64/Lib/aifc.py:422–426  ·  view source on GitHub ↗
(self, id)

Source from the content-addressed store, hash-verified

420 return self._markers
421
422 def getmark(self, id):
423 for marker in self._markers:
424 if id == marker[0]:
425 return marker
426 raise Error('marker {0!r} does not exist'.format(id))
427
428 def setpos(self, pos):
429 if pos < 0 or pos > self._nframes:

Callers

nothing calls this directly

Calls 2

ErrorClass · 0.70
formatMethod · 0.45

Tested by

no test coverage detected