Changeset 811ce96 in flexoentity
- Timestamp:
- 10/19/25 15:54:10 (3 months ago)
- Branches:
- master
- Children:
- 3a0b0ce
- Parents:
- 12d7663
- File:
-
- 1 edited
-
flexoentity/id_factory.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flexoentity/id_factory.py
r12d7663 r811ce96 200 200 def prefix(self) -> str: 201 201 # nur bis einschließlich Hash-Teil 202 return self.flexo_id.split('@')[0].rsplit('-', 1)[0] 202 return self.flexo_id.split('@', 1)[0] 203 # return self.flexo_id.split('@')[0].rsplit('-', 1)[0] 203 204 204 205 @property
Note:
See TracChangeset
for help on using the changeset viewer.
