Skip to content

docstring display in python 3 doesn't work sometimes #479

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 Feb 15, 2015 · 1 comment
Closed

docstring display in python 3 doesn't work sometimes #479

thomasballinger opened this issue Feb 15, 2015 · 1 comment
Labels
Milestone

Comments

@thomasballinger
Copy link
Member

bpython version 0.13-629 on top of Python 3.3.0 /Users/tomb/.virtualenvs/bpython3/bin/python3
>>> class Foo():
...     def method(self, x):
...         'asdf'
...
>>> f = Foo()
>>> f.method(
┌─────────────────────────────────────────────────────────────────────┐
│ method                                                              │
└─────────────────────────────────────────────────────────────────────┘
@thomasballinger
Copy link
Member Author

Docstring doesn't display, and completion box still up

sebastinas added a commit that referenced this issue Feb 16, 2015
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
@sebastinas sebastinas added this to the 0.14 milestone Feb 16, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants