MCPcopy Create free account
hub / github.com/git/git / __init__

Method __init__

git-p4.py:4535–4536  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4533
4534class HelpFormatter(optparse.IndentedHelpFormatter):
4535 def __init__(self):
4536 optparse.IndentedHelpFormatter.__init__(self)
4537
4538 def format_description(self, description):
4539 if description:

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected