MCPcopy Index your code
hub / github.com/python/cpython / parenmatch.py

File parenmatch.py

Lib/idlelib/parenmatch.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""ParenMatch -- for parenthesis matching.
2
3When you hit a right paren, the cursor should move briefly to the left
4paren. Paren here is used generically; the matching applies to

Callers

nothing calls this directly

Calls 2

mainFunction · 0.90
reloadMethod · 0.45

Tested by

no test coverage detected