Exemple #1
0
 def listOptions(self):
     """
     Returns an enumeration describing the available options.
     
     Return:
      
         an enumeration of all the available options.
     """
      
     return AbstractClassifier.listOptions(self)
Exemple #2
0
    def listOptions(self):
        """
        Returns an enumeration describing the available options.
        
        Return:
         
            an enumeration of all the available options.
        """

        return AbstractClassifier.listOptions(self)