sources for mod.py [rev. unknown]
1
2
3
4
5
6
7
8
9
10
11
class cls(object):
    def __init__(self, x):
        self.x = x
def one(x):
    return x+3
def nottwo():
    pass