Changeset 3989f0b in flexoentity
- Timestamp:
- 01/15/26 17:03:44 (32 hours ago)
- Branches:
- master
- Parents:
- a17e4f6
- File:
-
- 1 edited
-
flexoentity/flexo_entity.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flexoentity/flexo_entity.py
ra17e4f6 r3989f0b 248 248 def __str__(self): 249 249 return ( 250 f"{self. entity_type.name}({self.flexo_id}, {self.state.name}, "250 f"{self.subtype}-{self.entity_type.name}({self.flexo_id}, {self.state.name}, " 251 251 f"fingerprint={self.fingerprint}..., v{self.version})" 252 252 ) … … 306 306 obj._deserialize_content(data.get("content", {})) 307 307 return obj 308 308 309 def fork( 309 310 self,
Note:
See TracChangeset
for help on using the changeset viewer.
