You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update enum.py [enum] Make dir(Enum) include public _sunder_ helpers for REPL completions (gh-139398)
- I guess this enhances EnumType.__dir__ to include documented public _sunder_ helpers
(_add_alias_, _add_value_alias_) if present on the Enum class
- I think this could enabrle rlcompleter and the REPL show completions for these
supported helpers and matching the intent of the enum API docs...
- Normally I think no change to other (private or internal) _sunder_ names
- Fixes: gh-139398
0 commit comments