UpdateMixin

class neophile.update.base.UpdateMixin(path: Path, applied: bool)

Bases: object

Add the base data elements for Update.

Methods Summary

to_dict() Convert the object to a dict.

Methods Documentation

to_dict() → Dict[str, Union[str, bool]]

Convert the object to a dict.

Notes

Required because ruamel.yaml cannot serialize Path.