HomeSort by relevance Sort by last modified time
    Searched refs:RegistryManager (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/third_party/Paste/tests/
test_registry.py 116 wsgiapp = RegistryManager(wsgiapp)
138 wsgiapp = RegistryManager(wsgiapp)
140 wsgiapp = RegistryManager(wsgiapp)
155 wsgiapp = RegistryManager(wsgiapp)
159 wsgiapp = RegistryManager(wsgiapp)
176 wsgiapp = RegistryManager(wsgiapp)
178 wsgiapp = RegistryManager(wsgiapp)
189 # can use it later (RegistryManager will re-use one preexisting in the
258 wsgiapp = RegistryManager(wsgiapp)
267 wsgiapp = RegistryManager(wsgiapp
    [all...]
  /external/chromium-trace/catapult/third_party/Paste/paste/
config.py 5 from paste.registry import RegistryManager, StackedObjectProxy
83 class ConfigMiddleware(RegistryManager):
registry.py 21 RegistryManager middleware, which ensures that for the scope of the current
30 from paste.registry import RegistryManager, StackedObjectProxy
34 app = RegistryManager(yourapp)
48 RegistryManager can be in the WSGI stack multiple times, each time it
95 __all__ = ['StackedObjectProxy', 'RegistryManager', 'StackedObjectRestorer',
282 matter how many times the RegistryManager is used in a WSGI stack. Each
283 RegistryManager must call ``prepare`` before continuing the call to
305 Anytime a new RegistryManager is called, ``prepare`` needs to be
352 class RegistryManager(object):
355 RegistryManager creates a new registry context for the registration o
    [all...]

Completed in 40 milliseconds