diff options
| author | Ethan Furman <ethan@stoneleaf.us> | 2022-01-18 15:13:13 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-18 15:13:13 -0800 |
| commit | 7c0914d35eaaab2f323260ba5fe8884732533888 (patch) | |
| tree | c5d3767758a95f8c2e00ad27f0f276bb7445f4b9 /Lib/idlelib/textview.py | |
| parent | 3852269b91fcc8ee668cd876b3669eba6da5b1ac (diff) | |
| download | cpython-git-7c0914d35eaaab2f323260ba5fe8884732533888.tar.gz | |
bpo-45535: [Enum] include special dunders in dir() (GH-30677)
Include the `__dunders__` in `dir()` that make `Enum` special:
- `__contains__`
- `__getitem__`
- `__iter__`
- `__len__`
- `__members__`
Diffstat (limited to 'Lib/idlelib/textview.py')
0 files changed, 0 insertions, 0 deletions
