doc/api/pyramid.rst
author Florent Cayré <florent.cayre@gmail.com>
Wed, 09 Nov 2016 23:00:00 +0100
branch3.24
changeset 11818 fdc0a8260fd2
parent 11631 faf279e33298
child 12094 d66079e2d481
permissions -rw-r--r--
[devctl] Optimize cleanup_sys_modules a bit by moving out of a loop a costly computation that is constant. This at least benefits the `i18ncube` command. Related to #15789486.

:mod:`cubicweb.pyramid`
=======================

.. automodule:: cubicweb.pyramid

    .. autofunction:: make_cubicweb_application

    .. autofunction:: wsgi_application_from_cwconfig

    .. autofunction:: wsgi_application

.. toctree::
    :maxdepth: 1
    :glob:

    pyramid/*