UpdateMixin# class neophile.update.base.UpdateMixin(path, applied)# Bases: object Add the base data elements for Update. Parameters: path (Path) – applied (bool) – Methods Summary to_dict() Convert the object to a dict. Methods Documentation to_dict()# Convert the object to a dict. Returns: Dictionary representation of this object. Return type: dict of str or bool Notes Required because ruamel.yaml cannot serialize Path.