First implementation of questions management
This commit is contained in:
@@ -26,6 +26,7 @@ class UpdateFunctionsParametersEvaluator(OneReturnValueEvaluator):
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(self.NAME, [BuiltinConcepts.AFTER_EVALUATION], 79)
|
||||
self.enabled = False
|
||||
|
||||
def matches(self, context, return_value):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user