postprocessor.core.abc

Functions

get_parameters(process)

Dynamically import parameters from the 'processes' folder.

get_process(process[, suffix])

Dynamically import a process class from the available process locations.

Classes

PostProcessABC(*args, **kwargs)

Extend ProcessABC to add as_function, allowing for all PostProcesses to be called as functions almost directly.