pisces.utilities.io_tools.get_default_yaml#

pisces.utilities.io_tools.get_default_yaml() YAML[source]#

Get a default YAML instance without unyt support.

This function creates a ruamel.yaml.YAML instance with no custom representers or constructors registered.

Returns:

A default YAML instance.

Return type:

ruamel.yaml.YAML