Files
openide/python/testData/editing/py254.after.py

7 lines
82 B
Python

class Foo(object):
def foo(bar):
pass
def bar(foo):
pass