Searched refs:PyParse (Results 1 - 8 of 8) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
H A DHyperParser.py13 from idlelib import PyParse namespace
25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
36 # We add the newline because PyParse requires a newline at end.
52 # We add the newline because PyParse requires a newline at end.
H A DEditorWindow.py16 from idlelib import PyParse namespace
1311 y = PyParse.Parser(self.indentwidth, self.tabwidth)
1335 if c != PyParse.C_NONE:
1337 if c == PyParse.C_STRING_FIRST_LINE:
1340 elif c == PyParse.C_STRING_NEXT_LINES:
1344 elif c == PyParse.C_BRACKET:
1350 elif c == PyParse.C_BACKSLASH:
1379 # with a Tk text index, but PyParse only knows about offsets into
1380 # a string. This builds a function for PyParse that accepts an
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
H A DHyperParser.py13 from idlelib import PyParse namespace
25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
36 # We add the newline because PyParse requires a newline at end.
52 # We add the newline because PyParse requires a newline at end.
H A DEditorWindow.py16 from idlelib import PyParse namespace
1311 y = PyParse.Parser(self.indentwidth, self.tabwidth)
1335 if c != PyParse.C_NONE:
1337 if c == PyParse.C_STRING_FIRST_LINE:
1340 elif c == PyParse.C_STRING_NEXT_LINES:
1344 elif c == PyParse.C_BRACKET:
1350 elif c == PyParse.C_BACKSLASH:
1379 # with a Tk text index, but PyParse only knows about offsets into
1380 # a string. This builds a function for PyParse that accepts an
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DHyperParser.py13 from idlelib import PyParse namespace
25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
36 # We add the newline because PyParse requires a newline at end.
52 # We add the newline because PyParse requires a newline at end.
H A DEditorWindow.py16 from idlelib import PyParse namespace
1311 y = PyParse.Parser(self.indentwidth, self.tabwidth)
1335 if c != PyParse.C_NONE:
1337 if c == PyParse.C_STRING_FIRST_LINE:
1340 elif c == PyParse.C_STRING_NEXT_LINES:
1344 elif c == PyParse.C_BRACKET:
1350 elif c == PyParse.C_BACKSLASH:
1379 # with a Tk text index, but PyParse only knows about offsets into
1380 # a string. This builds a function for PyParse that accepts an
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DHyperParser.py13 from idlelib import PyParse namespace
25 parser = PyParse.Parser(editwin.indentwidth, editwin.tabwidth)
36 # We add the newline because PyParse requires a newline at end.
52 # We add the newline because PyParse requires a newline at end.
H A DEditorWindow.py16 from idlelib import PyParse namespace
1311 y = PyParse.Parser(self.indentwidth, self.tabwidth)
1335 if c != PyParse.C_NONE:
1337 if c == PyParse.C_STRING_FIRST_LINE:
1340 elif c == PyParse.C_STRING_NEXT_LINES:
1344 elif c == PyParse.C_BRACKET:
1350 elif c == PyParse.C_BACKSLASH:
1379 # with a Tk text index, but PyParse only knows about offsets into
1380 # a string. This builds a function for PyParse that accepts an

Completed in 2022 milliseconds