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