Home
last modified time | relevance | path

Searched defs:ast2 (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/test/support/
Dast_helper.py6 def assertASTEqual(self, ast1, ast2): argument
/external/python/pycparser/tests/
Dtest_c_generator.py18 def compare_asts(ast1, ast2): argument
/external/python/cpython3/Lib/test/test_ast/
Dtest_ast.py3117 import _ast as ast2 namespace