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

Method get_description

Lib/optparse.py:1543–1544  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1541 return s.replace("%prog", self.get_prog_name())
1542
1543 def get_description(self):
1544 return self.expand_prog_name(self.description)
1545
1546 def exit(self, status=0, msg=None):
1547 if msg:

Callers

nothing calls this directly

Calls 1

expand_prog_nameMethod · 0.95

Tested by

no test coverage detected