MethodMixin¶
- class neophile.update.base.MethodMixin¶
Bases:
abc.ABC
Add the abstract methods for an update.
Methods Summary
apply
()Apply an update.
Build a description of this update.
Methods Documentation
- abstract apply() None ¶
Apply an update.
- Raises
neophile.exceptions.DependencyNotFoundError – The specified file doesn’t contain a dependency of that name.