Changeset 859e2b1 in flexoentity
- Timestamp:
- 10/22/25 10:47:59 (3 months ago)
- Branches:
- master
- Children:
- 2f650ac
- Parents:
- 3d65ce5
- File:
-
- 1 edited
-
flexoentity/id_factory.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
flexoentity/id_factory.py
r3d65ce5 r859e2b1 49 49 50 50 @classmethod 51 def from_string(cls, id_str: str): 52 # reconstruct without a known signature 53 return cls(id_str, signature="") 54 55 @classmethod 51 56 def from_oid_and_version(cls, oid, version: int): 52 57 if not (1 <= version <= cls.MAX_VERSION): … … 214 219 return f"<FlexOID {self.flexo_id} sig={self.signature[:8]}…>" 215 220 216 @classmethod217 def from_str(cls, id_str: str):218 # reconstruct without a known signature219 return cls(id_str, signature="")
Note:
See TracChangeset
for help on using the changeset viewer.
