Refactored ExecutionContext serialization (added sheerkapickle) and added History management
This commit is contained in:
@@ -343,6 +343,8 @@ class Concept:
|
||||
:param metadata:
|
||||
:return:
|
||||
"""
|
||||
if metadata not in self.values:
|
||||
return None
|
||||
return self.values[metadata]
|
||||
|
||||
def auto_init(self):
|
||||
|
||||
Reference in New Issue
Block a user