FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

docstring display in python 3 doesn't work sometimes · Issue #479 · bpython/bpython · GitHub

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

Description

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                                                              │
└─────────────────────────────────────────────────────────────────────┘

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


    Back | FazBrowse Home | New Git URL