Home | History | Annotate | Download | only in python2.7

Lines Matching refs:getcomptype

69   getcomptype()   -- returns compression type ('NONE' for AIFF files)
271 # available through the getcomptype() method
273 # available through the getcomptype() method
380 def getcomptype(self):
392 self.getcomptype(), self.getcompname()
663 def getcomptype(self):
961 print "comptype =", f.getcomptype()