Lines Matching refs:mod
41 mod = Module(buf, filename)
43 mod.compile(display)
48 mod.dump(f)
910 mod = name.split(".")[0]
915 self.storeName(mod)
1350 def __init__(self, func, scopes, isLambda, class_name, mod):
1352 self.module = mod
1415 def __init__(self, func, scopes, isLambda, class_name, mod):
1418 self.__super_init(func, scopes, isLambda, class_name, mod)
1431 def __init__(self, gexp, scopes, class_name, mod):
1434 self.__super_init(gexp, scopes, 1, class_name, mod)