resqpy.olio.uuid.string_from_uuid

resqpy.olio.uuid.string_from_uuid(uuid_obj)[source]

Returns standard hexadecimal string for uuid; same as str(uuid_obj).

Parameters

uuid_obj (uuid.UUID object) – the uuid which is required in hexadecimal string format

Returns

string (36 characters – 32 lowercase hexadecimals and 4 hyphens)