MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / getparams

Method getparams

tools/python-3.11.9-amd64/Lib/aifc.py:412–415  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

410## return self._version
411
412 def getparams(self):
413 return _aifc_params(self.getnchannels(), self.getsampwidth(),
414 self.getframerate(), self.getnframes(),
415 self.getcomptype(), self.getcompname())
416
417 def getmarkers(self):
418 if len(self._markers) == 0:

Callers 1

aifc.pyFile · 0.45

Calls 6

getnchannelsMethod · 0.95
getsampwidthMethod · 0.95
getframerateMethod · 0.95
getnframesMethod · 0.95
getcomptypeMethod · 0.95
getcompnameMethod · 0.95

Tested by

no test coverage detected