Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.17 KB

File metadata and controls

70 lines (41 loc) · 1.17 KB

API

morepath

.. automodule:: morepath

.. autoclass:: App
  :members:
  :special-members:

.. autofunction:: scan

.. autofunction:: autoscan

.. autofunction:: commit

.. autofunction:: run

.. autoclass:: Request
  :members:

.. autoclass:: Response
  :members:

.. autofunction:: render_html

.. autofunction:: render_json

.. autofunction:: redirect

.. autoclass:: morepath.Identity
  :members:

.. autoclass:: morepath.IdentityPolicy
  :members:

.. autodata:: morepath.NO_IDENTITY

.. autodata:: morepath.EXCVIEW

.. autodata:: morepath.HOST_HEADER_PROTECTION

.. autoclass:: morepath.Converter
  :members:

.. autofunction:: morepath.dispatch_method

morepath.error -- exception classes

.. automodule:: morepath.error

Morepath specific errors:

.. autoexception:: morepath.error.AutoImportError

.. autoexception:: morepath.error.TrajectError

.. autoexception:: morepath.error.LinkError

.. autoexception:: morepath.error.TopologicalSortError

morepath.pdbsupport -- debugging support

.. automodule:: morepath.pdbsupport

.. autofunction:: morepath.pdbsupport.set_trace