Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python/cpython
/ get_parenmatch
Method
get_parenmatch
Lib/idlelib/idle_test/test_parenmatch.py:43–46 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
41
self.text.delete(
'1.0'
,
'end'
)
42
43
def
get_parenmatch(self):
44
pm = ParenMatch(self.editwin)
45
pm.bell =
lambda
: None
46
return
pm
47
48
def
test_paren_styles(self):
49
""
"
Callers
3
test_paren_styles
Method · 0.95
test_paren_corner
Method · 0.95
test_handle_restore_timer
Method · 0.95
Calls
1
ParenMatch
Class · 0.90
Tested by
no test coverage detected