IndentDumper

class ase2sprkkr.output_files.test.yaml.IndentDumper(stream, default_style=None, default_flow_style=False, canonical=None, indent=None, width=None, allow_unicode=None, line_break=None, encoding=None, explicit_start=None, explicit_end=None, version=None, tags=None, sort_keys=True)[source]

Better indentation for YAML, according to

https://stackoverflow.com/questions/25108581/python-yaml-dump-bad-indentation

Class hierarchy

Inheritance diagram of ase2sprkkr.output_files.test.yaml.IndentDumper

Constructor

__init__(stream, default_style=None, default_flow_style=False, canonical=None, indent=None, width=None, allow_unicode=None, line_break=None, encoding=None, explicit_start=None, explicit_end=None, version=None, tags=None, sort_keys=True)
increase_indent(flow=False, indentless=False)[source]