Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/idlelib/
DCodeContext.py18 BLOCKOPENERS = {"class", "def", "elif", "else", "except", "finally", "for", variable
100 opener = firstword in BLOCKOPENERS and firstword
/external/python/cpython3/Lib/idlelib/
Dcodecontext.py20 BLOCKOPENERS = {"class", "def", "elif", "else", "except", "finally", "for", variable
102 opener = firstword in BLOCKOPENERS and firstword