MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / print_usage

Method print_usage

Lib/optparse.py:1592–1602  ·  view source on GitHub ↗

print_usage(file : file = stdout) Print the usage message for the current program (self.usage) to 'file' (default stdout). Any occurrence of the string "%prog" in self.usage is replaced with the name of the current program (basename of sys.argv[0]). Does nothing if

(self, file=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

mainFunction · 0.95
mainFunction · 0.95
errorMethod · 0.95

Calls 1

get_usageMethod · 0.95

Tested by

no test coverage detected