Add flag and cuid getters to Entity
Compare changes
- Daniel Hornung authored
+ 3
− 1
@@ -1351,7 +1351,8 @@ class Entity:
@@ -3767,6 +3768,7 @@ class Container(list):
Added new protected property getters to Entity.
Needed for caosdb-advanced-user-tools!126 (merged)
No testing should be necessary, access should be read-only - does the dict always have strings as values?