Uuid#
- class Uuid(*args, **kwargs)#
- Constructors:
new_from_string(str:str, len:int, fmt:Vte.UuidFormat) -> Vte.Uuid
new_v4() -> Vte.Uuid
Constructors#
Methods#
- class Uuid
-
- free_to_string(fmt: UuidFormat, len: int) str #
- Parameters:
fmt
len
- to_string(fmt: UuidFormat, len: int) str #
- Parameters:
fmt
len
- classmethod validate_string(len: int, fmt: UuidFormat) bool #
- Parameters:
len
fmt