MCPcopy 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_stylesMethod · 0.95
test_paren_cornerMethod · 0.95

Calls 1

ParenMatchClass · 0.90

Tested by

no test coverage detected