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

Method getframerate

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

Source from the content-addressed store, hash-verified

343 return self._sampwidth
344
345 def getframerate(self):
346 return self._framerate
347
348 def getformat(self):
349 return self._format

Callers 5

getparamsMethod · 0.95
check_paramsMethod · 0.45
check_fileMethod · 0.45

Calls

no outgoing calls

Tested by 4

check_paramsMethod · 0.36
check_fileMethod · 0.36