Part of twisted.python View Source
Dynamic pseudo-scoping for Python.
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.| Line # | Kind | Name | Docs |
|---|---|---|---|
| 28 | Class | ContextTracker | Undocumented |
| 81 | Function | installContextTracker | Undocumented |
| 45 | Class | _ThreadedContextTracker | Undocumented |
| 65 | Class | _TLSContextTracker | Undocumented |