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

Method setUp

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

Source from the content-addressed store, hash-verified

983
984class TestOptionGroup(BaseTest):
985 def setUp(self):
986 self.parser = OptionParser(usage=SUPPRESS_USAGE)
987
988 def test_option_group_create_instance(self):
989 group = OptionGroup(self.parser, "Spam")

Callers

nothing calls this directly

Calls 1

OptionParserClass · 0.90

Tested by

no test coverage detected