Changeset 8840db7 in flexoentity
- Timestamp:
- 11/19/25 12:00:47 (2 months ago)
- Branches:
- master
- Children:
- 3cf10cb
- Parents:
- 6ad031b
- File:
-
- 1 edited
-
flexoentity/domain.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
flexoentity/domain.py
r6ad031b r8840db7 19 19 def default(cls): 20 20 """Return the default domain object.""" 21 return cls(fullname="Generic Domain", classification="UNCLASSIFIED") 21 return cls.with_domain_id(domain_id="GEN_GENERIC", 22 fullname="Generic Domain", classification="UNCLASSIFIED") 22 23 23 24 def __post_init__(self):
Note:
See TracChangeset
for help on using the changeset viewer.
