Welcome to Reactor Track’s documentation!

A simple hack that can turn out to be useful someday. (For use with python twisted)

It strives to make twisted debugging easy.

For now it can:

  1. track deferred creation
  2. track when call/errback is attached to the deferred
  3. track when call/errback has executed or failed to execute
  4. track when a deferred is chained to another deferred

Documentation index:

Indices and tables

Project Versions

Table Of Contents

Next topic

Introduction

This Page