[3.12] gh-101100: Fix sphinx warnings in `uuid.rst` (GH-108805) by miss-islington · Pull Request #108807 · python/cpython
.. class:: SafeUUID
+------------------------------+-------------------------------+ | Field | Meaning | +==============================+===============================+ | :attr:`time_low` | the first 32 bits of the UUID | +------------------------------+-------------------------------+ | :attr:`time_mid` | the next 16 bits of the UUID | +------------------------------+-------------------------------+ | :attr:`time_hi_version` | the next 16 bits of the UUID | +------------------------------+-------------------------------+ | :attr:`clock_seq_hi_variant` | the next 8 bits of the UUID | +------------------------------+-------------------------------+ | :attr:`clock_seq_low` | the next 8 bits of the UUID | +------------------------------+-------------------------------+ | :attr:`node` | the last 48 bits of the UUID | +------------------------------+-------------------------------+ | :attr:`time` | the 60-bit timestamp | +------------------------------+-------------------------------+ | :attr:`clock_seq` | the 14-bit sequence number | +------------------------------+-------------------------------+ .. list-table::
* - Field - Meaning
* - .. attribute:: UUID.time_low - The first 32 bits of the UUID.
* - .. attribute:: UUID.time_mid - The next 16 bits of the UUID.
* - .. attribute:: UUID.time_hi_version - The next 16 bits of the UUID.
* - .. attribute:: UUID.clock_seq_hi_variant - The next 8 bits of the UUID.
* - .. attribute:: UUID.clock_seq_low - The next 8 bits of the UUID.
* - .. attribute:: UUID.node - The last 48 bits of the UUID.
* - .. attribute:: UUID.time - The 60-bit timestamp.
* - .. attribute:: UUID.clock_seq - The 14-bit sequence number.
.. attribute:: UUID.hex
The :mod:`uuid` module defines the following constants for the possible values of the :attr:`variant` attribute: of the :attr:`~UUID.variant` attribute:
.. data:: RESERVED_NCS