MCPcopy Index your code
hub / github.com/python/cpython / without_mustclose

Method without_mustclose

Lib/idlelib/idle_test/test_hyperparser.py:121–124  ·  view source on GitHub ↗
(parser)

Source from the content-addressed store, hash-verified

119 get = self.get_parser
120
121 def without_mustclose(parser):
122 # a utility function to get surrounding bracket
123 # with mustclose=False
124 return parser.get_surrounding_brackets(mustclose=False)
125
126 def with_mustclose(parser):
127 # a utility function to get surrounding bracket

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected