Exemplo n.º 1
0
    def listOptions(self):
        """
        Returns an enumeration describing the available options.
        
        Return:
         
            an enumeration of all the available options.
        """

        return Classifier.listOptions(self)
Exemplo n.º 2
0
 def listOptions(self):
     """
     Returns an enumeration describing the available options.
     
     Return:
      
         an enumeration of all the available options.
     """
      
     return Classifier.listOptions(self)