I can set_attr

This commit is contained in:
2020-11-20 20:14:53 +01:00
parent 0e945fe0fd
commit bc747f89a1
2 changed files with 15 additions and 3 deletions
-3
View File
@@ -691,9 +691,6 @@ class Sheerka(Concept):
return None
return new_instances(concept) if return_new else concept
def fast_get_by_name(self, name):
return self.cache_manager.get(self.CONCEPTS_BY_NAME_ENTRY, name)
def has_id(self, concept_id):
"""
Returns True if a concept with this id exists in cache