Added SheerkaComparisonManager
This commit is contained in:
@@ -70,7 +70,8 @@ class PythonEvaluator(OneReturnValueEvaluator):
|
||||
"concepts": context.sheerka.dump_handler.dump_concepts,
|
||||
"history": context.sheerka.dump_handler.dump_history,
|
||||
"state": context.sheerka.dump_handler.dump_state,
|
||||
"Concept": core.concept.Concept
|
||||
"Concept": core.concept.Concept,
|
||||
"BuiltinConcepts": core.builtin_concepts.BuiltinConcepts,
|
||||
}
|
||||
if context.obj:
|
||||
context.log(f"Concept '{context.obj}' is in context. Adding it and its properties to locals.", self.name)
|
||||
|
||||
Reference in New Issue
Block a user