blob: 59b4bb2f7afb8c9b659dd0adceac2a45e68c6990 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class A:
2 def a(self):
3 doSomething1()
4 def c(self):
5 doSomething3()
6 def b(self):
7 doSomething2()