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

Function parse_config_file

python/python3/tornado/options.py:723–728  ·  view source on GitHub ↗

Parses global options from a config file. See `OptionParser.parse_config_file`.

(path: str, final: bool = True)

Source from the content-addressed store, hash-verified

721
722
723def parse_config_file(path: str, final: bool = True) -> None:
724 """Parses global options from a config file.
725
726 See `OptionParser.parse_config_file`.
727 """
728 return options.parse_config_file(path, final=final)
729
730
731def print_help(file: Optional[TextIO] = None) -> None:

Callers

nothing calls this directly

Calls 1

parse_config_fileMethod · 0.80

Tested by

no test coverage detected