Warning, /frameworks/ktexteditor/autotests/input/indent/python/dedentReturn3/expected is written in an unsupported language. File is not indexed.

0001 class Foo(object):
0002     def some_function():
0003         return other(arg1,
0004                      arg2,
0005                      arg3)
0006     pass