chemicalchecker.util.pipeline.tasks.python_callable_task.PythonCallable

class PythonCallable(name='python', **params)[source]

Bases: BaseTask

Initialize the Step.

Methods

clean

Clean the step.

custom_ready

is_ready

Check if the step is already done.

mark_ready

Mark the step as done.

run

Run the step.

set_dirs

clean(substep=None)

Clean the step.

is_ready(substep=None)

Check if the step is already done.

mark_ready(substep=None)

Mark the step as done.

run()[source]

Run the step.