summaryrefslogtreecommitdiff
path: root/test/python/python1.py.in
blob: 22ffd2e10cb68bf8da14c818411ccb1bb30a6960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# dude, this is a comment
 # some more
hello
def dude():
    yes
    awesome;

    # Here we have a comment
    def realy_awesome(): # hi there
      in_more

      same_level 
      def one_liner(): first; second # both inside one_liner

    back_down

last_statement