Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show single underscore attributes before double underscore ones #528

Closed
thomasballinger opened this issue Apr 28, 2015 · 0 comments
Closed

Show single underscore attributes before double underscore ones #528

thomasballinger opened this issue Apr 28, 2015 · 0 comments
Labels

Comments

@thomasballinger
Copy link
Member

@thomasballinger thomasballinger commented Apr 28, 2015

>>> n.__dict__
┌──────────────────────────────────────────────────────────────────────────────┐
│ __class__          __delattr__        __dict__                               │
│ __doc__            __format__         __getattribute__                       │
│ __hash__           __init__           __module__                             │
│ __new__            __reduce__         __reduce_ex__                          │
│ __repr__           __setattr__        __sizeof__                             │
│ __str__            __subclasshook__   __weakref__                            │
│ _foo                                                                         │
└──────────────────────────────────────────────────────────────────────────────┘

I think it would be nice to show the single underscore methods first, then the doubles - maybe even to hold off on the double underscore suggestions until the user types a second underscore?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.