ThingPrefixAttrDict
- class ros_typedb.typedb_interface.ThingPrefixAttrDict
TypedDict for dict with thing prefix and attributes.
Methods
Attributes
typedb variable prefix.
attributes to match.
attributes to be inserted.
attributes to be deleted.
attributes to be updated.
related entities, used when inserting relationship.
-
attributes:
dict
[str
,str
|bool
|int
|float
|datetime
] attributes to match. E.g., {‘email’: ‘test@test.test’} match email
-
insert_attributes:
dict
[str
,str
|bool
|int
|float
|datetime
] attributes to be inserted. E.g., {‘age’: ‘30’} inserts age = 30
-
attributes: