2011-06-11 21:48:46 +00:00
|
|
|
``tornado.options`` --- Command-line parsing
|
|
|
|
============================================
|
2011-06-09 06:58:58 +00:00
|
|
|
|
|
|
|
.. automodule:: tornado.options
|
2012-05-07 05:46:53 +00:00
|
|
|
|
|
|
|
.. autofunction:: define
|
|
|
|
|
|
|
|
.. py:data:: options
|
|
|
|
|
|
|
|
Global options dictionary. Supports both attribute-style and
|
|
|
|
dict-style access.
|
|
|
|
|
|
|
|
.. autofunction:: parse_command_line
|
|
|
|
.. autofunction:: parse_config_file
|
|
|
|
.. autofunction:: print_help(file=sys.stdout)
|
|
|
|
.. autofunction:: enable_pretty_logging()
|
|
|
|
.. autoexception:: Error
|