Implemented ConceptManager with concept creation, modification and deletion
This commit is contained in:
@@ -158,7 +158,11 @@ class PythonEvaluator(OneReturnValueEvaluator):
|
||||
|
||||
context.log(f"{evaluated=}", self.name)
|
||||
debugger.debug_var("ret", evaluated)
|
||||
return sheerka.ret(self.name, True, evaluated, parents=[return_value])
|
||||
|
||||
if sheerka.isinstance(evaluated, BuiltinConcepts.RETURN_VALUE):
|
||||
return sheerka.ret(self.name, evaluated.status, evaluated.body, parents=[return_value, evaluated])
|
||||
else:
|
||||
return sheerka.ret(self.name, True, evaluated, parents=[return_value])
|
||||
|
||||
def get_globals(self, context, node, expression_only):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user