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

Method setUp

Lib/test/test_argparse.py:4245–4247  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4243 but we don't want any exceptions thrown in such cases. Only ugly representation.
4244 '''
4245 def setUp(self):
4246 env = self.enterContext(os_helper.EnvironmentVarGuard())
4247 env.set("COLUMNS", '15')
4248
4249 parser_signature = TestHelpBiggerOptionals.parser_signature
4250 argument_signatures = TestHelpBiggerOptionals.argument_signatures

Callers

nothing calls this directly

Calls 2

enterContextMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected