Home
last modified time | relevance | path

Searched refs:TreeAssertVisitor (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/cython/src/Cython/Compiler/
DPipeline.py224 from Cython.TestUtils import TreeAssertVisitor
225 test_support.append(TreeAssertVisitor())
/external/chromium_org/third_party/cython/src/Cython/
DTestUtils.py150 class TreeAssertVisitor(VisitorTransform): class