Example #1
0
    def list_features(self):
        u"""
        Return list of available features 

        :rtype: list of string
        """
	return FeatureFactory.list()
Example #2
0
    def get_feature(self,name,**kwargs):
	f = FeatureFactory.get_feature(name,**kwargs)
	return f.get(self)