示例#1
0
 def __init__(self, tree):
     self.graph = pyassem.PyFlowGraph("<module>", tree.filename)
     self.futures = future.find_futures(tree)
     self.__super_init()
     walk(tree, self)
示例#2
0
 def __init__(self, tree):
     self.graph = pyassem.PyFlowGraph("<module>", tree.filename)
     self.futures = future.find_futures(tree)
     pycodegen.ModuleCodeGenerator._ModuleCodeGenerator__super_init(self)
     self.__class__.FunctionGen = _preppy_FunctionCodeGenerator
     pycodegen.walk(tree, self)
示例#3
0
 def __init__(self, tree):
     self.graph = pyassem.PyFlowGraph("<module>", tree.filename)
     self.futures = future.find_futures(tree)
     pycodegen.ModuleCodeGenerator._ModuleCodeGenerator__super_init(self)
     self.__class__.FunctionGen = _preppy_FunctionCodeGenerator
     pycodegen.walk(tree, self)
示例#4
0
import imp
示例#5
0
import imp