Vte.Uuid

Fields

None

Methods

class

new_from_string (str, len, fmt)

class

new_v4 ()

class

validate_string (str, len, fmt)

dup ()

equal (other)

free ()

free_to_string (fmt, len)

new_v5 (data, len)

to_string (fmt, len)

Details

class Vte.Uuid
classmethod new_from_string(str, len, fmt)
Parameters:
Return type:

Vte.Uuid

classmethod new_v4()
Return type:

Vte.Uuid

classmethod validate_string(str, len, fmt)
Parameters:
Return type:

bool

dup()
Return type:

Vte.Uuid

equal(other)
Parameters:

other (Vte.Uuid) –

Return type:

bool

free()
free_to_string(fmt, len)
Parameters:
Return type:

str

new_v5(data, len)
Parameters:
  • data (str) –

  • len (int) –

Return type:

Vte.Uuid

to_string(fmt, len)
Parameters:
Return type:

str