Files
openide/python/testData/mover/indent_afterUp.py

13 lines
245 B
Python

class A:
def foo(self, a, b, c, d):
if a:
if b:
if c:
if d:
self.bar()
c = 3
if c:
a = 2
def bar(self):
pass