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

Method setUp

Lib/test/test_optparse.py:1482–1483  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1480
1481class TestHelp(BaseTest):
1482 def setUp(self):
1483 self.parser = self.make_parser(80)
1484
1485 def make_parser(self, columns):
1486 options = [

Callers

nothing calls this directly

Calls 1

make_parserMethod · 0.95

Tested by

no test coverage detected