module documentation
(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.

Variable defaultContextDict Undocumented
Class ContextTracker A ContextTracker provides a way to pass arbitrary key/value data up and down a call stack without passing them as parameters to the functions on that call stack.
Class ThreadedContextTracker Undocumented
Variable theContextTracker Undocumented
Function installContextTracker Undocumented
defaultContextDict = (source)

Undocumented

(type: Dict[Type[object], Dict[str, str]])
theContextTracker = (source)

Undocumented

def installContextTracker(ctr): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.