File: options.rst

package info (click to toggle)
python-tornado 4.4.3-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 3,028 kB
  • sloc: python: 25,036; sh: 130; xml: 49; ansic: 45; makefile: 45; sql: 26
file content (28 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
``tornado.options`` --- Command-line parsing
============================================

.. automodule:: tornado.options



   Global functions
   ----------------
   
   .. autofunction:: define

   .. py:data:: options

       Global options object.  All defined options are available as attributes
       on this object.

   .. autofunction:: parse_command_line
   .. autofunction:: parse_config_file
   .. autofunction:: print_help(file=sys.stderr)
   .. autofunction:: add_parse_callback
   .. autoexception:: Error

   OptionParser class
   ------------------

   .. autoclass:: OptionParser
      :members: