Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DParenMatch.py87 self.set_timeout = self.set_timeout_last
100 self.set_timeout_last()
166 def set_timeout_last(self): member in ParenMatch
/external/python/cpython3/Lib/idlelib/
Dparenmatch.py104 (self.set_timeout_last if self.FLASH_DELAY else
168 def set_timeout_last(self): member in ParenMatch