Added ModifyConcept function, and fixed 'isa' not working

This commit is contained in:
2020-02-20 11:30:53 +01:00
parent 87f232b527
commit 7cd94e888f
17 changed files with 750 additions and 228 deletions
+2 -1
View File
@@ -5,7 +5,8 @@ from sheerkapickle import tags, utils, handlers
def decode(sheerka, obj):
return SheerkaUnpickler(sheerka).restore(json.loads(obj))
decoded = SheerkaUnpickler(sheerka).restore(json.loads(obj))
return decoded
class SheerkaUnpickler: