blob: c284021950fdb6af8923450158b6c1db018f1a91 [file] [log] [blame]
class C:
def bar(self):
if (self.cond):
return 1
else:
return 2
def foo(self):
return self.bar()