mirror of
https://github.com/python/cpython.git
synced 2026-06-23 03:23:38 -04:00
b2afdc95cc
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.