Tornado
latest
  • 用户指南
  • web框架
  • HTTP servers and clients
  • 异步网络
  • 协程和并发
  • 与其他服务集成
  • 通用工具
    • tornado.autoreload — Automatically detect code changes in development
    • 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
  • 常见问题
  • 版本记录
Tornado
  • Docs »
  • 通用工具
  • Edit on GitHub

通用工具¶

  • tornado.autoreload — Automatically detect code changes in development
  • 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-2017, The Tornado Authors. Revision 14f4412a.

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