.. This file is a part of the AnyBlok / Pyramidproject .. .. Copyright (C) 2015 Jean-Sebastien SUZANNE .. .. This Source Code Form is subject to the terms of the Mozilla Public License, .. v. 2.0. If a copy of the MPL was not distributed with this file,You can .. obtain one at http://mozilla.org/MPL/2.0/. .. contents:: AnyBlok / Pyramid framework =========================== AnyBlok/ Pyramid controllers ---------------------------- .. automodule:: anyblok_pyramid.controllers .. autoclass:: PyramidException :members: :noindex: .. autoclass:: PyramidMixin :show-inheritance: :members: :noindex: .. autoclass:: Pyramid :show-inheritance: :members: :noindex: .. autoclass:: PyramidBase :show-inheritance: :members: :noindex: .. autoclass:: PyramidHTTP :show-inheritance: :members: :noindex: .. autoclass:: PyramidRPC :show-inheritance: :members: :noindex: .. autoclass:: PyramidJsonRPC :show-inheritance: :members: :noindex: .. autoclass:: PyramidXmlRPC :show-inheritance: :members: :noindex: anyblok_pyramid.handler ----------------------- .. automodule:: anyblok_pyramid.handler .. autoclass:: Handler :members: :noindex: .. autoclass:: HandlerHTTP :members: :noindex: .. autoclass:: HandlerRPC :members: :noindex: anyblok_pyramid.config ---------------------- .. automodule:: anyblok_pyramid.config .. autofunction:: make_config :noindex: .. autofunction:: declare_static :noindex: .. autofunction:: pyramid_config :noindex: .. autofunction:: pyramid_http_config :noindex: .. autofunction:: _pyramid_rpc_config :noindex: .. autofunction:: pyramid_jsonrpc_config :noindex: .. autofunction:: pyramid_xmlrpc_config :noindex: anyblok_pyramid.scripts module ------------------------------ .. automodule:: anyblok_pyramid.scripts .. autofunction:: anyblok_wsgi :noindex: