Refactored to use a single implementation for concept evaluation
This commit is contained in:
@@ -54,7 +54,8 @@ class ConceptNodeEvaluator(OneReturnValueEvaluator):
|
||||
|
||||
def update_concept(self, sheerka, concept, underlying, init_empty_body=True):
|
||||
"""
|
||||
Updates the property of the concept
|
||||
Updates the properties of the concept
|
||||
Goes in recursion if the property is a concept
|
||||
"""
|
||||
|
||||
def _add_prop(c, prop_name, value):
|
||||
|
||||
Reference in New Issue
Block a user