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

Method getcomptype

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

Source from the content-addressed store, hash-verified

349 return self._format
350
351 def getcomptype(self):
352 return self._comptype
353
354 def getcompname(self):
355 return self._compname

Callers 2

getparamsMethod · 0.95
check_paramsMethod · 0.45

Calls

no outgoing calls

Tested by 1

check_paramsMethod · 0.36