openmnglab.execution.singlethreaded.SingleThreadedExecutor#

class openmnglab.execution.singlethreaded.SingleThreadedExecutor[source]#

Bases: IExecutor

__init__()[source]#

Methods

__init__()

compute_stage(stage)

Runs the function a stage and stores it output.

execute(plan[, ignore_previous])

get(proxy_data)

has_computed(proxy_data)

Attributes

data

compute_stage(stage: IStage)[source]#

Runs the function a stage and stores it output.