MCPcopy Index your code
hub / github.com/python/cpython / getframerate

Method getframerate

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

Source from the content-addressed store, hash-verified

527 self._framerate = framerate
528
529 def getframerate(self):
530 if not self._framerate:
531 raise Error('frame rate not set')
532 return self._framerate
533
534 def setnframes(self, nframes):
535 if self._datawritten:

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected