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

Method getcomptype

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

Source from the content-addressed store, hash-verified

331 return self._framerate
332
333 def getcomptype(self):
334 return self._comptype
335
336 def getcompname(self):
337 return self._compname

Callers 2

getparamsMethod · 0.95
check_paramsMethod · 0.45

Calls

no outgoing calls

Tested by 1

check_paramsMethod · 0.36