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

Method getparams

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

Source from the content-addressed store, hash-verified

337 return self._compname
338
339 def getparams(self):
340 return _wave_params(self.getnchannels(), self.getsampwidth(),
341 self.getframerate(), self.getnframes(),
342 self.getcomptype(), self.getcompname())
343
344 def getmarkers(self):
345 import warnings

Callers 4

check_paramsMethod · 0.45
test_copyMethod · 0.45

Calls 6

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

Tested by 4

check_paramsMethod · 0.36
test_copyMethod · 0.36