YamlNode

class pyMaCh3._pyMaCh3.manager.YamlNode

Bases: pybind11_object

Methods Summary

data(self)

Access the data stored in the node.

type(self)

Methods Documentation

data(self: pyMaCh3._pyMaCh3.manager.YamlNode) str

Access the data stored in the node. This is only valid if the node is a ‘scalar’ type, i.e. it is a leaf of the yaml tree structure.

type(self: pyMaCh3._pyMaCh3.manager.YamlNode) pyMaCh3._pyMaCh3.manager.NodeType