Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/test/
Dtest_compiler.py114 if not node.__class__ in NOLINENO:
265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard) variable