Skip to content
4 changes: 4 additions & 0 deletions Doc/library/enum.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ Data Types
appropriate value will be chosen for you. See :class:`auto` for the
details.

If the value is not hashable, the enum creation will take quadratic time
relative to the number of members.
Comment thread
ethanfurman marked this conversation as resolved.
Outdated

Comment thread
ethanfurman marked this conversation as resolved.

.. attribute:: Enum._ignore_

``_ignore_`` is only used during creation and is removed from the
Expand Down