(self)
| 414 | self.setcomptype(comptype, compname) |
| 415 | |
| 416 | def getparams(self): |
| 417 | return _sunau_params(self.getnchannels(), self.getsampwidth(), |
| 418 | self.getframerate(), self.getnframes(), |
| 419 | self.getcomptype(), self.getcompname()) |
| 420 | |
| 421 | def tell(self): |
| 422 | return self._nframeswritten |
nothing calls this directly
no test coverage detected