Changeset 02d288d in flexoentity for flexoentity/domain.py
- Timestamp:
- 10/23/25 13:27:08 (3 months ago)
- Branches:
- master
- Children:
- 4ceca57
- Parents:
- 6a7dec1
- File:
-
- 1 edited
-
flexoentity/domain.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flexoentity/domain.py
r6a7dec1 r02d288d 14 14 15 15 def __post_init__(self): 16 self.etype = EntityType.DOMAIN17 16 super().__post_init__() 18 17 … … 20 19 def text_seed(self) -> str: 21 20 """Deterministic text seed for ID generation.""" 22 return f"{self. domain}|{self.fullname}|{self.classification}|{self.owner}"21 return f"{self.fullname}|{self.classification}|{self.owner}" 23 22 24 23 def to_dict(self):
Note:
See TracChangeset
for help on using the changeset viewer.
