Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4b5f1 commit 65d180dCopy full SHA for 65d180d
1 file changed
Doc/library/enum.rst
@@ -575,6 +575,8 @@ Data Types
575
>>> KeepFlag(2**2 + 2**4)
576
KeepFlag.BLUE|0x10
577
578
+.. versionadded:: 3.10 ``FlagBoundary``
579
+
580
581
Utilites and Decorators
582
-----------------------
@@ -598,6 +600,7 @@ Utilites and Decorators
598
600
also injects the members, and their aliases, into the the global namespace
599
601
they were defined in.
602
603
+.. versionadded:: 3.10
604
605
.. decorator:: property
606
@@ -610,6 +613,8 @@ Utilites and Decorators
610
613
*Enum* class, and *Enum* subclasses can define members with the
611
614
names ``value`` and ``name``.
612
615
616
617
618
.. decorator:: unique
619
620
A :keyword:`class` decorator specifically for enumerations. It searches an
0 commit comments