Uuid#

class Uuid(*args, **kwargs)#
Constructors:

new_from_string(str:str, len:int, fmt:Vte.UuidFormat) -> Vte.Uuid
new_v4() -> Vte.Uuid

Constructors#

class Uuid
classmethod new_from_string(str: str, len: int, fmt: UuidFormat) Uuid#
Parameters:
  • str

  • len

  • fmt

classmethod new_v4() Uuid#

Methods#

class Uuid
dup() Uuid#
equal(other: Uuid) bool#
Parameters:

other

free() None#
free_to_string(fmt: UuidFormat, len: int) str#
Parameters:
  • fmt

  • len

new_v5(data: str, len: int) Uuid#
Parameters:
  • data

  • len

to_string(fmt: UuidFormat, len: int) str#
Parameters:
  • fmt

  • len

classmethod validate_string(len: int, fmt: UuidFormat) bool#
Parameters:
  • len

  • fmt