Searched refs:checkfilename (Results 1 - 2 of 2) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_symtable.py160 def checkfilename(brokencode): function in function:SymtableTest.test_filename_correct
167 checkfilename("def f(x): foo)(") # parse-time
168 checkfilename("def f(x): global x") # symtable-build-time
/external/python/cpython3/Lib/test/
H A Dtest_symtable.py162 def checkfilename(brokencode, offset): function in function:SymtableTest.test_filename_correct
171 checkfilename("def f(x): foo)(", 14) # parse-time
172 checkfilename("def f(x): global x", 10) # symtable-build-time

Completed in 155 milliseconds