Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
getparams
Method · 0.95
check_params
Method · 0.45
Calls
no outgoing calls
Tested by
1
check_params
Method · 0.36