Home | History | Annotate | Download | only in modules
      1 :mod:`paste.registry` -- Manage thread-local request-specific objects
      2 =====================================================================
      3 
      4 .. automodule:: paste.registry
      5 
      6 Module Contents
      7 ---------------
      8 
      9 .. autoclass:: StackedObjectProxy
     10 .. autoclass:: Registry
     11 .. autoclass:: RegistryManager
     12 .. autoclass:: StackedObjectRestorer
     13 .. autofunction:: make_registry_manager
     14