About
User guide
API Reference
uuid_as_bytes()
Returns the uuid as a 16 byte bytes sequence; same as uuid_obj.bytes.
uuid_obj (uuid.UUID object) – the uuid for which a bytes representation is required
bytes (16 bytes long)