Home | History | Annotate | Download | only in idlelib

Lines Matching refs:OPENERS

1607                    OPENERS=('class', 'def', 'for', 'if', 'try', 'while')):
1610 elif type == NAME and token in OPENERS: