当前位置: 首页 > 文档资料 > Tornado 用户手册 >

实用工具

优质
小牛编辑
133浏览
2023-12-01
  • 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