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

Method getframerate

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

Source from the content-addressed store, hash-verified

328 return self._sampwidth
329
330 def getframerate(self):
331 return self._framerate
332
333 def getcomptype(self):
334 return self._comptype

Callers 4

getparamsMethod · 0.95
check_paramsMethod · 0.45
check_fileMethod · 0.45

Calls

no outgoing calls

Tested by 3

check_paramsMethod · 0.36
check_fileMethod · 0.36