Part of twisted.python View Source
Call functions with context.call({key: value}, func); func and functions that it calls will be able to use 'context.get(key)' to retrieve 'value'.
This is thread-safe.
Class | ContextTracker | A ContextTracker
provides a way to pass arbitrary key/value data up and |
Class | ThreadedContextTracker | Undocumented |
Function | installContextTracker | Undocumented |