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    
Size: Mime:
.. _pyramid_debugtoolbar_api:

:mod:`pyramid_debugtoolbar` API
-------------------------------

.. automodule:: pyramid_debugtoolbar

.. autofunction:: includeme

.. autofunction:: toolbar_tween_factory

.. automodule:: pyramid_debugtoolbar.panels

.. autoclass:: DebugPanel
   :members:
   :exclude-members: pluralize

   .. automethod:: __init__

.. automodule:: pyramid_debugtoolbar.panels.sqla

.. autoclass:: SQLADebugPanel

.. automodule:: pyramid_debugtoolbar.panels.versions

.. autoclass:: VersionDebugPanel

.. automodule:: pyramid_debugtoolbar.panels.settings

.. autoclass:: SettingsDebugPanel

.. automodule:: pyramid_debugtoolbar.panels.routes

.. autoclass:: RoutesDebugPanel

.. automodule:: pyramid_debugtoolbar.panels.request_vars

.. autoclass:: RequestVarsDebugPanel

.. automodule:: pyramid_debugtoolbar.panels.renderings

.. autoclass:: RenderingsDebugPanel

.. automodule:: pyramid_debugtoolbar.panels.performance

.. autoclass:: PerformanceDebugPanel

.. automodule:: pyramid_debugtoolbar.panels.logger

.. autoclass:: LoggingPanel

.. automodule:: pyramid_debugtoolbar.panels.headers

.. autoclass:: HeaderDebugPanel