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

Method __init__

Lib/test/test_argparse.py:7519–7520  ·  view source on GitHub ↗
(self, prog)

Source from the content-addressed store, hash-verified

7517 def test_custom_formatter_class(self):
7518 class CustomFormatter(argparse.RawTextHelpFormatter):
7519 def __init__(self, prog):
7520 super().__init__(prog, indent_increment=5)
7521
7522 parser = argparse.ArgumentParser(
7523 prog="PROG",

Callers

nothing calls this directly

Calls 2

superClass · 0.85
__init__Method · 0.45

Tested by

no test coverage detected