Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define abstract Mutation.mutate() method
Add default implementation of Mutation.mutate() that raises NotImplementedError. This makes code more clear and also improves work of auto-completion tools (e. g. in IDE). They usually guess if user is overriding a class method and suggest to complete method name/arguments.
- Loading branch information