Esempio n. 1
0
def ast3to2(ast, env):
    if not PY3:
        return ast
    return astsix.AST3to2().visit(ast)
Esempio n. 2
0
 def transform(self, ast, env):
     if not PY3:
         return ast
     return astsix.AST3to2().visit(ast)