Tornado
5.0.2
  • User’s guide
  • Web framework
  • HTTP servers and clients
  • Asynchronous networking
  • Coroutines and concurrency
  • Integration with other services
  • Utilities
    • tornado.autoreload — Automatically detect code changes in development
    • tornado.concurrent — Work with Future objects
    • tornado.log — Logging support
    • tornado.options — Command-line parsing
    • tornado.stack_context — Exception handling across asynchronous callbacks
    • tornado.testing — Unit testing support for asynchronous code
    • tornado.util — General-purpose utilities
  • Frequently Asked Questions
  • Release notes
Tornado
  • Docs »
  • Utilities
  • View page source

Utilities¶

  • tornado.autoreload — Automatically detect code changes in development
  • tornado.concurrent — Work with Future objects
  • tornado.log — Logging support
  • tornado.options — Command-line parsing
    • Global functions
    • OptionParser class
  • tornado.stack_context — Exception handling across asynchronous callbacks
  • tornado.testing — Unit testing support for asynchronous code
    • Asynchronous test cases
    • Controlling log output
    • Test runner
    • Helper functions
  • tornado.util — General-purpose utilities
Next Previous

© Copyright 2009-2018, The Tornado Authors.

Built with Sphinx using a theme provided by Read the Docs.