All Samples(1) | Call(1) | Derive(0) | Import(0)
Return param from config dict, or raise error if missing.
src/a/x/Ax_FuzzyTourney-0.8.1/axonchisel/fuzzytourney/contrib/example.py Ax_FuzzyTourney(Download)
def __init__(self, config): MapFunctionBase.__init__(self, config) self._factor = self._config_req('factor') def execute(self, data1): """Abstract: Execute map func on one data element, and return value."""