recipe module

class recipe.Evaluation[source]

Bases: YAMLObject

Attributes:
yaml_flow_style

Methods

from_yaml(loader, node)

Convert a representation node to a Python object.

to_yaml(dumper, data)

Convert a Python object to a representation node.

yaml_dumper

yaml_tag = '!Evaluation'
class recipe.Plot[source]

Bases: YAMLObject

Attributes:
yaml_flow_style

Methods

from_yaml(loader, node)

Convert a representation node to a Python object.

to_yaml(dumper, data)

Convert a Python object to a representation node.

yaml_dumper

yaml_tag = '!Plot'
class recipe.Recipe[source]

Bases: YAMLObject

Attributes:
yaml_flow_style

Methods

from_yaml(loader, node)

Convert a representation node to a Python object.

to_yaml(dumper, data)

Convert a Python object to a representation node.

yaml_dumper

yaml_tag = '!Recipe'
class recipe.Task[source]

Bases: YAMLObject

Attributes:
yaml_flow_style

Methods

from_yaml(loader, node)

Convert a representation node to a Python object.

to_yaml(dumper, data)

Convert a Python object to a representation node.

yaml_dumper

yaml_tag = '!Task'