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'