Home
last modified time | relevance | path

Searched refs:pyparse (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/idlelib/idle_test/
H A Dtest_pyparse.py1 "Test pyparse, coverage 96%."
3 from idlelib import pyparse namespace
12 mapping = pyparse.ParseMap(keepwhite)
19 parser = pyparse.Parser(4, 4)
20 self.assertEqual('\t a([{b}])b"c\'d\n'.translate(pyparse.trans),
28 cls.parser = pyparse.Parser(indentwidth=4, tabwidth=4)
/third_party/python/Lib/idlelib/
H A Dhyperparser.py10 from idlelib import pyparse namespace
32 parser = pyparse.Parser(editwin.indentwidth, editwin.tabwidth)
H A Deditor.py25 from idlelib import pyparse namespace
1460 y = pyparse.Parser(self.indentwidth, self.tabwidth)
1483 if c != pyparse.C_NONE:
1485 if c == pyparse.C_STRING_FIRST_LINE:
1488 elif c == pyparse.C_STRING_NEXT_LINES:
1492 elif c == pyparse.C_BRACKET:
1498 elif c == pyparse.C_BACKSLASH:

Completed in 4 milliseconds