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

Method getsampwidth

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

Source from the content-addressed store, hash-verified

514 self._sampwidth = sampwidth
515
516 def getsampwidth(self):
517 if not self._sampwidth:
518 raise Error('sample width not set')
519 return self._sampwidth
520
521 def setframerate(self, framerate):
522 if self._datawritten:

Callers

nothing calls this directly

Calls 1

ErrorClass · 0.70

Tested by

no test coverage detected