Searched refs:EvalException (Results 1 – 6 of 6) sorted by relevance
9 from paste.evalexception.middleware import EvalException260 wsgiapp = EvalException(wsgiapp)266 wsgiapp = EvalException(wsgiapp)274 wsgiapp = EvalException(wsgiapp)286 wsgiapp = EvalException(wsgiapp)296 wsgiapp = EvalException(wsgiapp)
6 from paste.evalexception.middleware import EvalException
169 class EvalException(object): class618 return EvalException(app, xmlhttp_key=xmlhttp_key)
9 .. autoclass:: EvalException
514 enable use of ``paste.config.CONFIG`` within the ``EvalException``537 * ``paste.registry`` now works within the ``EvalException``683 * The ``EvalException`` 'full traceback' button is now only displayed687 * Fixed ``EvalException`` returning a Content-type of 'text-html'
520 from paste.evalexception import EvalException521 exc_wrapped_app = EvalException(wrapped_app)