Preprocessor.apply_method#
- Preprocessor.apply_method(method, parameters)[source]#
Invoke
Preprocessor.method
usingparameters
.- Parameters:
- methodstr
The name of the method to be used.
- parametersdict
The parameters for the specified method.
- Returns:
- The output of
method
.
- The output of
- Raises:
- NotImplementedError
If
method
is not a member ofPreprocessor
.