blob: d42f4447ee3691dc55c2de05bdbb5c1f313248c7 [file] [log] [blame]
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