Files
openide/python/testData/formatter/spaceInMethodDeclaration.py

4 lines
45 B
Python

def foo(bar, baz):
pass
foo(True, False)