Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
pyramid / docs / api / viewderivers.rst
Size: Mime:
.. _viewderivers_module:

:mod:`pyramid.viewderivers`
---------------------------

.. automodule:: pyramid.viewderivers

   .. attribute:: INGRESS

      Constant representing the request ingress, for use in ``under``
      arguments to :meth:`pyramid.config.Configurator.add_view_deriver`.

   .. attribute:: VIEW

      Constant representing the :term:`view callable` at the end of the view
      pipeline, for use in ``over`` arguments to
      :meth:`pyramid.config.Configurator.add_view_deriver`.