Searched refs:ParenMatch (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_parenmatch.py | 3 This must currently be a gui test because ParenMatch methods use 6 from idlelib.parenmatch import ParenMatch namespace 44 pm = ParenMatch(self.editwin) 50 Test ParenMatch with each style.
|
/third_party/python/Lib/idlelib/ |
H A D | parenmatch.py | 0 """ParenMatch -- for parenthesis matching. 13 class ParenMatch: class 54 'extensions','ParenMatch','style', default='opener') 56 'extensions','ParenMatch','flash-delay', type='int',default=500) 58 'extensions','ParenMatch','bell', type='bool', default=1) 178 ParenMatch.reload()
|
H A D | editor.py | 64 from idlelib.parenmatch import ParenMatch namespace 335 parenmatch = self.ParenMatch(self)
|
H A D | configdialog.py | 34 from idlelib.parenmatch import ParenMatch namespace 41 reloadables = (AutoComplete, CodeContext, ParenMatch, FormatParagraph, 1621 StringVar(self), ('extensions', 'ParenMatch', 'style')) 1623 StringVar(self), ('extensions', 'ParenMatch', 'flash-delay')) 1625 BooleanVar(self), ('extensions', 'ParenMatch', 'bell')) 1752 'extensions', 'ParenMatch', 'style')) 1754 'extensions', 'ParenMatch', 'flash-delay', type='int')) 1756 'extensions', 'ParenMatch', 'bell')) 2333 ParenMatch: Style indicates what is highlighted when closer is entered:
|
Completed in 6 milliseconds