maxon.Uuid¶
Description¶
Reference class of maxon.UuidInterface.
Methods Definition¶
-
classmethod
Uuid.Create(uuid=None)¶ Create a new Uuid.
- Parameters
uuid (Union[None, SourceLocation, String, str, Uuid]) – None if a totally new Uuid should be returned otherwise a copy will be performed.
- Return type
- Returns
The newly created Uuid.
-
Uuid.__init__(obj=None)¶ Initialize self. See help(type(self)) for accurate signature.