Searched refs:BLOCKOPENERS (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/idlelib/ | ||
H A D | codecontext.py | 22 BLOCKOPENERS = {'class', 'def', 'if', 'elif', 'else', 'while', 'for', variable 41 opener = firstword in BLOCKOPENERS and firstword |
Completed in 1 milliseconds