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

Method getnframes

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

Source from the content-addressed store, hash-verified

322 return self._nchannels
323
324 def getnframes(self):
325 return self._nframes
326
327 def getsampwidth(self):
328 return self._sampwidth

Callers 6

getparamsMethod · 0.95
check_paramsMethod · 0.45
check_fileMethod · 0.45
test_readMethod · 0.45
test_copyMethod · 0.45

Calls

no outgoing calls

Tested by 5

check_paramsMethod · 0.36
check_fileMethod · 0.36
test_readMethod · 0.36
test_copyMethod · 0.36