Searched refs:StackedObjectProxy (Results 1 – 6 of 6) sorted by relevance
5 from paste.registry import RegistryManager, StackedObjectProxy9 class DispatchingConfig(StackedObjectProxy):
22 from paste.registry import StackedObjectProxy32 class DeprecatedSettings(StackedObjectProxy):38 StackedObjectProxy._push_object(self, obj)109 defaults = StackedObjectProxy(default=dict(charset=None, errors='replace',303 defaults = StackedObjectProxy(
100 class StackedObjectProxy(object): class
9 .. autoclass:: StackedObjectProxy
11 regobj = StackedObjectProxy()12 secondobj = StackedObjectProxy(default=dict(hi='people'))244 S = StackedObjectProxy
228 * :class:`paste.registry.StackedObjectProxy`'s now include the proxied object's names via279 multiple times during a single context for a StackedObjectProxy.355 * Added method to ``paste.registry.StackedObjectProxy``,374 * ``StackedObjectProxy`` supports ``__call__`` (i.e., you can use375 ``StackedObjectProxy`` with callable objects).479 * Deprecated the ``paste.wsgiwrappers.settings`` StackedObjectProxy