Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DParenMatch.py53 RESTORE_VIRTUAL_EVENT_NAME = "<<parenmatch-check-restore>>" variable in ParenMatch
65 editwin.text.bind(self.RESTORE_VIRTUAL_EVENT_NAME,
74 self.text.event_add(self.RESTORE_VIRTUAL_EVENT_NAME, seq)
80 self.text.event_delete(self.RESTORE_VIRTUAL_EVENT_NAME, seq)
/external/python/cpython3/Lib/idlelib/
Dparenmatch.py34 RESTORE_VIRTUAL_EVENT_NAME = "<<parenmatch-check-restore>>" variable in ParenMatch
46 editwin.text.bind(self.RESTORE_VIRTUAL_EVENT_NAME,
66 self.text.event_add(self.RESTORE_VIRTUAL_EVENT_NAME, seq)
73 self.text.event_delete(self.RESTORE_VIRTUAL_EVENT_NAME, seq)