Ags.UUID¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
data |
r/w |
Methods¶
class |
|
class |
|
|
|
|
|
|
|
|
|
|
Details¶
- class Ags.UUID¶
-
- classmethod from_string(str)¶
- Parameters:
str (
str
) – the UUID as string- Returns:
- Return type:
Retrieve
Ags.UUID
by parsing str.New in version 3.0.0.
- compare(b)¶
- Parameters:
- Returns:
0 on success, otherwise a value less or greater than 0
- Return type:
Compare self with b.
New in version 3.0.0.
- copy()¶
-
Create a copy of self.
New in version 3.0.0.
- free()¶
Free the memory of self.
New in version 3.0.0.
- generate()¶
Generate random UUID.
New in version 3.0.0.