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