File: api.rst

package info (click to toggle)
zope.exceptions 6.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 320 kB
  • sloc: python: 1,223; makefile: 133
file content (39 lines) | stat: -rw-r--r-- 1,166 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
:mod:`zope.exceptions` API documentation
========================================

:py:mod:`zope.exceptions.interfaces`
------------------------------------

.. automodule:: zope.exceptions.interfaces


:py:class:`~zope.exceptions.interfaces.ITracebackSupplement`
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. autointerface:: zope.exceptions.interfaces.ITracebackSupplement
   :members:
   :member-order: source


:py:mod:`zope.exceptions.exceptionformatter`
--------------------------------------------

.. automodule:: zope.exceptions.exceptionformatter


:py:func:`~zope.exceptions.exceptionformatter.format_exception`
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. autofunction:: zope.exceptions.exceptionformatter.format_exception


:py:func:`~zope.exceptions.exceptionformatter.print_exception`
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. autofunction:: zope.exceptions.exceptionformatter.print_exception


:py:func:`~zope.exceptions.exceptionformatter.extract_stack`
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

.. autofunction:: zope.exceptions.exceptionformatter.extract_stack