def _classifiers(self):
     return [mt for mt in self.mimetypes() if IClassifier.providedBy(mt)]
Ejemplo n.º 2
0
 def _classifiers(self):
     return [mt for mt in self.mimetypes() if IClassifier.providedBy(mt)]
Ejemplo n.º 3
0
 def _classifiers(self):
     return [mt for mt in self.mimetypes() if IClassifier.isImplementedBy(mt)]