Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DEditorWindow.py1616 OPENERS=('class', 'def', 'for', 'if', 'try', 'while')): argument
1619 elif type == NAME and token in OPENERS:
/external/python/cpython3/Lib/idlelib/
Deditor.py1574 OPENERS=('class', 'def', 'for', 'if', 'try', 'while')): argument
1577 elif type == NAME and token in OPENERS: