Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ getcompname
Method
getcompname
Lib/wave.py:354–355 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
352
return
self._comptype
353
354
def
getcompname(self):
355
return
self._compname
356
357
def
getparams(self):
358
return
_wave_params(self.getnchannels(), self.getsampwidth(),
Callers
2
getparams
Method · 0.95
check_params
Method · 0.45
Calls
no outgoing calls
Tested by
1
check_params
Method · 0.36