Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork252
Closed
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 │└─────────────────────────────────────────────────────────────────────┘