maxon.Uuid

Description

Reference class of maxon.UuidInterface.

Inheritance diagram

Inheritance

Parent Class:

Methods Signature

Create([uuid])

Create a new Uuid.

__init__([obj])

Initialize self.

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

maxon.Uuid

Returns

The newly created Uuid.

Uuid.__init__(obj=None)

Initialize self. See help(type(self)) for accurate signature.