mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
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. |
||
|---|---|---|
| .. | ||
| annotations.rst | ||
| argparse.rst | ||
| clinic.rst | ||
| cporting.rst | ||
| curses.rst | ||
| descriptor.rst | ||
| enum.rst | ||
| functional.rst | ||
| index.rst | ||
| instrumentation.rst | ||
| ipaddress.rst | ||
| logging-cookbook.rst | ||
| logging.rst | ||
| logging_flow.png | ||
| pyporting.rst | ||
| regex.rst | ||
| sockets.rst | ||
| sorting.rst | ||
| unicode.rst | ||
| urllib2.rst | ||