Final touches

This commit is contained in:
NikolajDanger
2023-05-27 18:48:11 +02:00
parent ee4739e9f2
commit 81091df34b
3 changed files with 537 additions and 170 deletions

View File

@ -110,7 +110,7 @@ class BaseMonitor:
compatible recipes are used. Must be implmented by any child class."""
raise NotImplementedError
def _identify_new_rules(self, new_pattern:BasePattern=None,
def _identify_new_rules(self, new_pattern:BasePattern=None,
new_recipe:BaseRecipe=None)->None:
"""Function to determine if a new rule can be created given a new
pattern or recipe, in light of other existing patterns or recipes in