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

Class Error

python/python3/tornado/options.py:127–130  ·  view source on GitHub ↗

Exception raised by errors in the options module.

Source from the content-addressed store, hash-verified

125
126
127class Error(Exception):
128 """Exception raised by errors in the options module."""
129
130 pass
131
132
133class OptionParser(object):

Callers 5

defineMethod · 0.85
parse_command_lineMethod · 0.85
parse_config_fileMethod · 0.85
setMethod · 0.85
_parse_datetimeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected