python-grako/test/test.py

13 lines
97 B
Python

a = 8
stuff = x
class Test(object):
def stuff(self):
print 'stuff'
x = 8
c = u