Files
cpython/Doc/howto
Alex Waygood b2afdc95cc bpo-45535: Improve output of Enum `dir()` (GH-29316)
Modify the ``EnumType.__dir__()`` and ``Enum.__dir__()`` to ensure
that user-defined methods and methods inherited from mixin classes always
show up in the output of `help()`. This change also makes it easier for
IDEs to provide auto-completion.
2021-12-02 08:49:52 -08:00
..
2021-05-22 14:09:54 +02:00
2021-04-19 14:12:36 -07:00
2021-02-05 10:17:01 -08:00