MCPcopy Create free account
hub / github.com/EasyIME/PIME / print_help

Function print_help

python/python3/tornado/options.py:731–736  ·  view source on GitHub ↗

Prints all the command line options to stderr (or another file). See `OptionParser.print_help`.

(file: Optional[TextIO] = None)

Source from the content-addressed store, hash-verified

729
730
731def print_help(file: Optional[TextIO] = None) -> None:
732 """Prints all the command line options to stderr (or another file).
733
734 See `OptionParser.print_help`.
735 """
736 return options.print_help(file)
737
738
739def add_parse_callback(callback: Callable[[], None]) -> None:

Callers

nothing calls this directly

Calls 1

print_helpMethod · 0.80

Tested by

no test coverage detected