module documentation

Basic implementation of the IListenableContext, IPersistableContext, and IRestrictedContext interfaces.

Class DataContext A simple context which fires events.
Class ListenableMixin Mixin to provide much of the standard IListenableContext implementation.
Class PersistableMixin Provide the persistence method implementations for contexts.
Function cannot_pickle Undocumented
Function register_i_context_adapter_offers Register adapters from the `dict` object to `codetools` protocols.
Variable data_context_offer Undocumented
Variable NonPickleable Undocumented
def cannot_pickle(type): (source)

Undocumented

def register_i_context_adapter_offers(adaptation_manager): (source)

Register adapters from the `dict` object to `codetools` protocols. 1) `dict` provides the `IContext` interface 2) `dict` can be adapted to `ICheckpointable`

data_context_offer = (source)

Undocumented

NonPickleable = (source)

Undocumented