Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DParenMatch.py56 RESTORE_SEQUENCES = ("<KeyPress>", "<ButtonPress>", variable in ParenMatch
73 for seq in self.RESTORE_SEQUENCES:
79 for seq in self.RESTORE_SEQUENCES:
/external/python/cpython3/Lib/idlelib/
Dparenmatch.py37 RESTORE_SEQUENCES = ("<KeyPress>", "<ButtonPress>", variable in ParenMatch
65 for seq in self.RESTORE_SEQUENCES:
72 for seq in self.RESTORE_SEQUENCES: