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

Method getformat

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

Source from the content-addressed store, hash-verified

346 return self._framerate
347
348 def getformat(self):
349 return self._format
350
351 def getcomptype(self):
352 return self._comptype

Calls

no outgoing calls