Skip to content

Show single underscore attributes before double underscore ones #528

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

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

Comments

@thomasballinger
Copy link
Member

>>> 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
Development

No branches or pull requests

1 participant