This document is for Kombu's development version, which can be significantly different from previous releases. Get the stable docs here: 5.0.
UUID Utilities - kombu.utils.uuid
¶
UUID utilities.
- kombu.utils.uuid.uuid(_uuid: typing.Callable[[], uuid.UUID] = <function uuid4>) str [source]¶
Generate unique id in UUID4 format.
See also
For now this is provided by
uuid.uuid4()
.