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

__dict__ not showing up in tab completion #480

Closed
thomasballinger opened this issue Feb 16, 2015 · 4 comments
Closed

__dict__ not showing up in tab completion #480

thomasballinger opened this issue Feb 16, 2015 · 4 comments
Labels

Comments

@thomasballinger
Copy link
Member

@thomasballinger thomasballinger commented Feb 16, 2015

>>> class Foo():
...     pass
...
>>>
>>> f = Foo()
>>> f.__dic
@thomasballinger thomasballinger changed the title dict not showing up in tab completion __dict__ not showing up in tab completion Feb 16, 2015
@thomasballinger
Copy link
Member Author

@thomasballinger thomasballinger commented Feb 16, 2015

This should probably be added to the helper functions of AttrCompleter. dir doesn't return it, so it needs to be checked for explicitly.

@sebastinas
Copy link
Contributor

@sebastinas sebastinas commented Feb 17, 2015

Maybe I'm just missing something, but __dict__ shows up for me. A Python version specific bug maybe?

@thomasballinger
Copy link
Member Author

@thomasballinger thomasballinger commented Feb 18, 2015

It looks like this is just old-style classes.

@llllllllll
Copy link
Contributor

@llllllllll llllllllll commented Mar 16, 2015

This issue was fixed by #511

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.

3 participants
You can’t perform that action at this time.