Example #1
0
    def getParamList(self):
        """ Return a list of all available parameters for the model 
        """
        return BaseComponent.getParamListWithToken(self, 'sub', self.other)


# End of file
Example #2
0
    def getParamList(self):
        """ 
        Return a list of all available parameters for the model 
        """
        return BaseComponent.getParamListWithToken(self, 'add', self.other)
        
    
# End of file