src/build/html/pyams_alchemy.zmi.html
changeset 0 d153941bb745
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/build/html/pyams_alchemy.zmi.html	Sun Jan 14 11:48:51 2018 +0100
@@ -0,0 +1,401 @@
+
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>pyams_alchemy.zmi package &#8212; PyAMS User Guide 0.1.0 documentation</title>
+    <link rel="stylesheet" href="_static/pyramid.css" type="text/css" />
+    <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
+    <script type="text/javascript">
+      var DOCUMENTATION_OPTIONS = {
+        URL_ROOT:    './',
+        VERSION:     '0.1.0',
+        COLLAPSE_INDEX: false,
+        FILE_SUFFIX: '.html',
+        HAS_SOURCE:  true,
+        SOURCELINK_SUFFIX: '.txt'
+      };
+    </script>
+    <script type="text/javascript" src="_static/jquery.js"></script>
+    <script type="text/javascript" src="_static/underscore.js"></script>
+    <script type="text/javascript" src="_static/doctools.js"></script>
+    <link rel="index" title="Index" href="genindex.html" />
+    <link rel="search" title="Search" href="search.html" />
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
+<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&amp;subset=latin" type="text/css" media="screen" charset="utf-8" />
+<!--[if lte IE 6]>
+<link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" />
+<![endif]-->
+
+  </head>
+  <body>
+
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             accesskey="I">index</a></li>
+        <li class="right" >
+          <a href="py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
+      </ul>
+    </div>  
+
+    <div class="document">
+      <div class="documentwrapper">
+        <div class="bodywrapper">
+          <div class="body" role="main">
+            
+  <div class="section" id="pyams-alchemy-zmi-package">
+<h1>pyams_alchemy.zmi package<a class="headerlink" href="#pyams-alchemy-zmi-package" title="Permalink to this headline">¶</a></h1>
+<div class="section" id="submodules">
+<h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2>
+<div class="section" id="module-pyams_alchemy.zmi.engine">
+<span id="pyams-alchemy-zmi-engine-module"></span><h3>pyams_alchemy.zmi.engine module<a class="headerlink" href="#module-pyams_alchemy.zmi.engine" title="Permalink to this headline">¶</a></h3>
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAJAXAddForm">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEngineAJAXAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAJAXAddForm" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.form.AJAXAddForm" title="pyams_form.form.AJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm" title="pyams_alchemy.zmi.engine.AlchemyEngineAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_alchemy.zmi.engine.AlchemyEngineAddForm</span></code></a></p>
+<p>SQLAlchemy engine add form, AJAX view</p>
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAJAXTestForm">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEngineAJAXTestForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAJAXTestForm" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.form.AJAXAddForm" title="pyams_form.form.AJAXAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXAddForm</span></code></a>, <a class="reference internal" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm" title="pyams_alchemy.zmi.engine.AlchemyEngineTestForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_alchemy.zmi.engine.AlchemyEngineTestForm</span></code></a></p>
+<p>Alchemy engine test form, AJAX view</p>
+<dl class="method">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAJAXTestForm.get_ajax_output">
+<code class="descname">get_ajax_output</code><span class="sig-paren">(</span><em>changes</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAJAXTestForm.get_ajax_output" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEngineAddForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogAddForm" title="pyams_zmi.form.AdminDialogAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></a></p>
+<p>SQLAlchemy engine add form</p>
+<dl class="method">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm.add">
+<code class="descname">add</code><span class="sig-paren">(</span><em>object</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm.add" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm.ajax_handler">
+<code class="descname">ajax_handler</code><em class="property"> = 'add-sqlalchemy-engine.json'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm.create">
+<code class="descname">create</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm.create" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm.edit_permission">
+<code class="descname">edit_permission</code><em class="property"> = None</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm.edit_permission" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm.fields">
+<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm.fields" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm.icon_css_class">
+<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-database'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm.legend">
+<code class="descname">legend</code><em class="property"> = 'Add SQLAlchemy engine'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm.legend" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm.nextURL">
+<code class="descname">nextURL</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm.nextURL" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddForm.title">
+<code class="descname">title</code><em class="property"> = 'Utilities'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddForm.title" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddMenu">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEngineAddMenu</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddMenu" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenuItem" title="pyams_skin.viewlet.toolbar.ToolbarMenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></a></p>
+<p>SQLAlchemy engine add menu</p>
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddMenu.label">
+<code class="descname">label</code><em class="property"> = 'Add SQLAlchemy engine...'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddMenu.label" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddMenu.label_css_class">
+<code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-database'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddMenu.label_css_class" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddMenu.modal_target">
+<code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddMenu.modal_target" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineAddMenu.url">
+<code class="descname">url</code><em class="property"> = 'add-sqlalchemy-engine.html'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineAddMenu.url" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesAJAXEditForm">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEnginePropertiesAJAXEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesAJAXEditForm" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_form.html#pyams_form.form.AJAXEditForm" title="pyams_form.form.AJAXEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_form.form.AJAXEditForm</span></code></a>, <a class="reference internal" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm" title="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm</span></code></a></p>
+<p>SQLAlchemy engine properties edit form, AJAX view</p>
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEnginePropertiesEditForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogEditForm" title="pyams_zmi.form.AdminDialogEditForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogEditForm</span></code></a></p>
+<p>SQLAlchemy engine properties edit form</p>
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.ajax_handler">
+<code class="descname">ajax_handler</code><em class="property"> = 'properties.json'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.edit_permission">
+<code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageSystem'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.edit_permission" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.fields">
+<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.fields" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.icon_css_class">
+<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-database'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.legend">
+<code class="descname">legend</code><em class="property"> = 'Update SQLAlchemy engine properties'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.legend" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.title">
+<code class="descname">title</code><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.title" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.updateWidgets">
+<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEnginePropertiesEditForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEngineTestForm</code><span class="sig-paren">(</span><em>context</em>, <em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_zmi.html#pyams_zmi.form.AdminDialogAddForm" title="pyams_zmi.form.AdminDialogAddForm"><code class="xref py py-class docutils literal"><span class="pre">pyams_zmi.form.AdminDialogAddForm</span></code></a></p>
+<p>SQLAlchemy engine test form</p>
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.ajax_handler">
+<code class="descname">ajax_handler</code><em class="property"> = 'test-sqlalchemy-engine.json'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.ajax_handler" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.buttons">
+<code class="descname">buttons</code><em class="property"> = &lt;z3c.form.button.Buttons object&gt;</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.buttons" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.createAndAdd">
+<code class="descname">createAndAdd</code><span class="sig-paren">(</span><em>data</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.createAndAdd" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.edit_permission">
+<code class="descname">edit_permission</code><em class="property"> = 'pyams.ManageSystem'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.edit_permission" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.fields">
+<code class="descname">fields</code><em class="property"> = &lt;z3c.form.field.Fields object&gt;</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.fields" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.form_target">
+<code class="descname">form_target</code><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.form_target" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.icon_css_class">
+<code class="descname">icon_css_class</code><em class="property"> = 'fa fa-fw fa-database'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.icon_css_class" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.legend">
+<code class="descname">legend</code><em class="property"> = 'Test SQLAlchemy engine'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.legend" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.title">
+<code class="descname">title</code><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.title" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.updateActions">
+<code class="descname">updateActions</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.updateActions" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestForm.updateWidgets">
+<code class="descname">updateWidgets</code><span class="sig-paren">(</span><em>prefix=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestForm.updateWidgets" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestMenu">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEngineTestMenu</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestMenu" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.viewlet.toolbar.html#pyams_skin.viewlet.toolbar.ToolbarMenuItem" title="pyams_skin.viewlet.toolbar.ToolbarMenuItem"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.viewlet.toolbar.ToolbarMenuItem</span></code></a></p>
+<p>SQLAlchemy engine test menu</p>
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.label">
+<code class="descname">label</code><em class="property"> = 'Test connection...'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.label" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.label_css_class">
+<code class="descname">label_css_class</code><em class="property"> = 'fa fa-fw fa-play'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.label_css_class" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.modal_target">
+<code class="descname">modal_target</code><em class="property"> = True</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.modal_target" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.stop_propagation">
+<code class="descname">stop_propagation</code><em class="property"> = True</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.stop_propagation" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.url">
+<code class="descname">url</code><em class="property"> = 'test-sqlalchemy-engine.html'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestMenu.url" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestResults">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEngineTestResults</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>values</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestResults" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_skin.html#pyams_skin.table.BaseTable" title="pyams_skin.table.BaseTable"><code class="xref py py-class docutils literal"><span class="pre">pyams_skin.table.BaseTable</span></code></a></p>
+<p>Alchemy engine test results table</p>
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestResults.data_attributes">
+<code class="descname">data_attributes</code><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestResults.data_attributes" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="method">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestResults.initColumns">
+<code class="descname">initColumns</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestResults.initColumns" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestResults.sortOn">
+<code class="descname">sortOn</code><em class="property"> = None</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestResults.sortOn" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestResults.title">
+<code class="descname">title</code><em class="property"> = 'Query results'</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestResults.title" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+<dl class="attribute">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestResults.values">
+<code class="descname">values</code><em class="property"> = None</em><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestResults.values" title="Permalink to this definition">¶</a></dt>
+<dd></dd></dl>
+
+</dd></dl>
+
+<dl class="class">
+<dt id="pyams_alchemy.zmi.engine.AlchemyEngineTestSuffix">
+<em class="property">class </em><code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">AlchemyEngineTestSuffix</code><span class="sig-paren">(</span><em>context</em>, <em>request</em>, <em>view</em>, <em>manager</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.AlchemyEngineTestSuffix" title="Permalink to this definition">¶</a></dt>
+<dd><p>Bases: <a class="reference internal" href="pyams_viewlet.html#pyams_viewlet.viewlet.Viewlet" title="pyams_viewlet.viewlet.Viewlet"><code class="xref py py-class docutils literal"><span class="pre">pyams_viewlet.viewlet.Viewlet</span></code></a></p>
+<p>SQLAlchemy engine test suffix</p>
+</dd></dl>
+
+<dl class="function">
+<dt id="pyams_alchemy.zmi.engine.handle_new_engine_data_extraction">
+<code class="descclassname">pyams_alchemy.zmi.engine.</code><code class="descname">handle_new_engine_data_extraction</code><span class="sig-paren">(</span><em>event</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_alchemy.zmi.engine.handle_new_engine_data_extraction" title="Permalink to this definition">¶</a></dt>
+<dd><p>Handle new engine data extraction</p>
+</dd></dl>
+
+</div>
+<div class="section" id="module-pyams_alchemy.zmi">
+<span id="module-contents"></span><h3>Module contents<a class="headerlink" href="#module-pyams_alchemy.zmi" title="Permalink to this headline">¶</a></h3>
+</div>
+</div>
+</div>
+
+
+          </div>
+        </div>
+      </div>
+      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
+        <div class="sphinxsidebarwrapper">
+  <h3><a href="index.html">Table Of Contents</a></h3>
+  <ul>
+<li><a class="reference internal" href="#">pyams_alchemy.zmi package</a><ul>
+<li><a class="reference internal" href="#submodules">Submodules</a><ul>
+<li><a class="reference internal" href="#module-pyams_alchemy.zmi.engine">pyams_alchemy.zmi.engine module</a></li>
+<li><a class="reference internal" href="#module-pyams_alchemy.zmi">Module contents</a></li>
+</ul>
+</li>
+</ul>
+</li>
+</ul>
+
+<div id="searchbox" style="display: none" role="search">
+  <h3>Quick search</h3>
+    <form class="search" action="search.html" method="get">
+      <div><input type="text" name="q" /></div>
+      <div><input type="submit" value="Go" /></div>
+      <input type="hidden" name="check_keywords" value="yes" />
+      <input type="hidden" name="area" value="default" />
+    </form>
+</div>
+<script type="text/javascript">$('#searchbox').show(0);</script>
+        </div>
+      </div>
+      <div class="clearer"></div>
+    </div>
+    <div class="related" role="navigation" aria-label="related navigation">
+      <h3>Navigation</h3>
+      <ul>
+        <li class="right" style="margin-right: 10px">
+          <a href="genindex.html" title="General Index"
+             >index</a></li>
+        <li class="right" >
+          <a href="py-modindex.html" title="Python Module Index"
+             >modules</a> |</li>
+        <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> &#187;</li> 
+      </ul>
+    </div>
+    <div class="footer" role="contentinfo">
+        &#169; Copyright 2017, Thierry Florac.
+      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5.
+    </div>
+  </body>
+</html>
\ No newline at end of file