This document describes the current stable version of Kombu (4.2).
For development docs,
go here.
UUID Utilities - kombu.utils.uuid
UUID utilities.
-
kombu.utils.uuid.
uuid
(_uuid=<function uuid4>)[source]
Generate unique id in UUID4 format.
See also
For now this is provided by uuid.uuid4()
.