示例#1
0
 def generatePython(self, tree, options):
     pg = PyGen()
     pg.dispatch(tree)
     return pg.getCode()