Preprocessor.apply_method#

Preprocessor.apply_method(method, parameters)[source]#

Invoke Preprocessor.method using parameters.

Parameters:
methodstr

The name of the method to be used.

parametersdict

The parameters for the specified method.

Returns:
The output of method.
Raises:
NotImplementedError

If method is not a member of Preprocessor.