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

Method getnframes

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

Source from the content-addressed store, hash-verified

337 return self._nchannels
338
339 def getnframes(self):
340 return self._nframes
341
342 def getsampwidth(self):
343 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