Skip to content

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

@thomasballinger

Description

@thomasballinger
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