|
1 |
|
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" |
|
3 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
|
4 |
|
5 <html xmlns="http://www.w3.org/1999/xhtml"> |
|
6 <head> |
|
7 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
8 <title>pyams_content.features.checker package — PyAMS User Guide 0.1.0 documentation</title> |
|
9 <link rel="stylesheet" href="_static/pyramid.css" type="text/css" /> |
|
10 <link rel="stylesheet" href="_static/pygments.css" type="text/css" /> |
|
11 <script type="text/javascript"> |
|
12 var DOCUMENTATION_OPTIONS = { |
|
13 URL_ROOT: './', |
|
14 VERSION: '0.1.0', |
|
15 COLLAPSE_INDEX: false, |
|
16 FILE_SUFFIX: '.html', |
|
17 HAS_SOURCE: true, |
|
18 SOURCELINK_SUFFIX: '.txt' |
|
19 }; |
|
20 </script> |
|
21 <script type="text/javascript" src="_static/jquery.js"></script> |
|
22 <script type="text/javascript" src="_static/underscore.js"></script> |
|
23 <script type="text/javascript" src="_static/doctools.js"></script> |
|
24 <link rel="index" title="Index" href="genindex.html" /> |
|
25 <link rel="search" title="Search" href="search.html" /> |
|
26 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Neuton&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
27 <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Nobile:regular,italic,bold,bolditalic&subset=latin" type="text/css" media="screen" charset="utf-8" /> |
|
28 <!--[if lte IE 6]> |
|
29 <link rel="stylesheet" href="_static/ie6.css" type="text/css" media="screen" charset="utf-8" /> |
|
30 <![endif]--> |
|
31 |
|
32 </head> |
|
33 <body> |
|
34 |
|
35 <div class="related" role="navigation" aria-label="related navigation"> |
|
36 <h3>Navigation</h3> |
|
37 <ul> |
|
38 <li class="right" style="margin-right: 10px"> |
|
39 <a href="genindex.html" title="General Index" |
|
40 accesskey="I">index</a></li> |
|
41 <li class="right" > |
|
42 <a href="py-modindex.html" title="Python Module Index" |
|
43 >modules</a> |</li> |
|
44 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
45 </ul> |
|
46 </div> |
|
47 |
|
48 <div class="document"> |
|
49 <div class="documentwrapper"> |
|
50 <div class="bodywrapper"> |
|
51 <div class="body" role="main"> |
|
52 |
|
53 <div class="section" id="pyams-content-features-checker-package"> |
|
54 <h1>pyams_content.features.checker package<a class="headerlink" href="#pyams-content-features-checker-package" title="Permalink to this headline">¶</a></h1> |
|
55 <div class="section" id="subpackages"> |
|
56 <h2>Subpackages<a class="headerlink" href="#subpackages" title="Permalink to this headline">¶</a></h2> |
|
57 <div class="toctree-wrapper compound"> |
|
58 <ul> |
|
59 <li class="toctree-l1"><a class="reference internal" href="pyams_content.features.checker.zmi.html">pyams_content.features.checker.zmi package</a><ul> |
|
60 <li class="toctree-l2"><a class="reference internal" href="pyams_content.features.checker.zmi.html#module-pyams_content.features.checker.zmi">Module contents</a></li> |
|
61 </ul> |
|
62 </li> |
|
63 </ul> |
|
64 </div> |
|
65 </div> |
|
66 <div class="section" id="submodules"> |
|
67 <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this headline">¶</a></h2> |
|
68 </div> |
|
69 <div class="section" id="module-pyams_content.features.checker.interfaces"> |
|
70 <span id="pyams-content-features-checker-interfaces-module"></span><h2>pyams_content.features.checker.interfaces module<a class="headerlink" href="#module-pyams_content.features.checker.interfaces" title="Permalink to this headline">¶</a></h2> |
|
71 </div> |
|
72 <div class="section" id="module-pyams_content.features.checker"> |
|
73 <span id="module-contents"></span><h2>Module contents<a class="headerlink" href="#module-pyams_content.features.checker" title="Permalink to this headline">¶</a></h2> |
|
74 <dl class="class"> |
|
75 <dt id="pyams_content.features.checker.BaseContentChecker"> |
|
76 <em class="property">class </em><code class="descclassname">pyams_content.features.checker.</code><code class="descname">BaseContentChecker</code><span class="sig-paren">(</span><em>context</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.features.checker.BaseContentChecker" title="Permalink to this definition">¶</a></dt> |
|
77 <dd><p>Bases: <a class="reference internal" href="pyams_utils.html#pyams_utils.adapter.ContextAdapter" title="pyams_utils.adapter.ContextAdapter"><code class="xref py py-class docutils literal"><span class="pre">pyams_utils.adapter.ContextAdapter</span></code></a></p> |
|
78 <p>Base content checker</p> |
|
79 <dl class="method"> |
|
80 <dt id="pyams_content.features.checker.BaseContentChecker.get_check_output"> |
|
81 <code class="descname">get_check_output</code><span class="sig-paren">(</span><em>request=None</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.features.checker.BaseContentChecker.get_check_output" title="Permalink to this definition">¶</a></dt> |
|
82 <dd></dd></dl> |
|
83 |
|
84 <dl class="method"> |
|
85 <dt id="pyams_content.features.checker.BaseContentChecker.inner_check"> |
|
86 <code class="descname">inner_check</code><span class="sig-paren">(</span><em>request</em><span class="sig-paren">)</span><a class="headerlink" href="#pyams_content.features.checker.BaseContentChecker.inner_check" title="Permalink to this definition">¶</a></dt> |
|
87 <dd></dd></dl> |
|
88 |
|
89 <dl class="attribute"> |
|
90 <dt id="pyams_content.features.checker.BaseContentChecker.label"> |
|
91 <code class="descname">label</code><em class="property"> = None</em><a class="headerlink" href="#pyams_content.features.checker.BaseContentChecker.label" title="Permalink to this definition">¶</a></dt> |
|
92 <dd></dd></dl> |
|
93 |
|
94 <dl class="attribute"> |
|
95 <dt id="pyams_content.features.checker.BaseContentChecker.sep"> |
|
96 <code class="descname">sep</code><em class="property"> = '<br />'</em><a class="headerlink" href="#pyams_content.features.checker.BaseContentChecker.sep" title="Permalink to this definition">¶</a></dt> |
|
97 <dd></dd></dl> |
|
98 |
|
99 <dl class="attribute"> |
|
100 <dt id="pyams_content.features.checker.BaseContentChecker.weight"> |
|
101 <code class="descname">weight</code><em class="property"> = 1</em><a class="headerlink" href="#pyams_content.features.checker.BaseContentChecker.weight" title="Permalink to this definition">¶</a></dt> |
|
102 <dd></dd></dl> |
|
103 |
|
104 </dd></dl> |
|
105 |
|
106 </div> |
|
107 </div> |
|
108 |
|
109 |
|
110 </div> |
|
111 </div> |
|
112 </div> |
|
113 <div class="sphinxsidebar" role="navigation" aria-label="main navigation"> |
|
114 <div class="sphinxsidebarwrapper"> |
|
115 <h3><a href="index.html">Table Of Contents</a></h3> |
|
116 <ul> |
|
117 <li><a class="reference internal" href="#">pyams_content.features.checker package</a><ul> |
|
118 <li><a class="reference internal" href="#subpackages">Subpackages</a></li> |
|
119 <li><a class="reference internal" href="#submodules">Submodules</a></li> |
|
120 <li><a class="reference internal" href="#module-pyams_content.features.checker.interfaces">pyams_content.features.checker.interfaces module</a></li> |
|
121 <li><a class="reference internal" href="#module-pyams_content.features.checker">Module contents</a></li> |
|
122 </ul> |
|
123 </li> |
|
124 </ul> |
|
125 |
|
126 <div id="searchbox" style="display: none" role="search"> |
|
127 <h3>Quick search</h3> |
|
128 <form class="search" action="search.html" method="get"> |
|
129 <div><input type="text" name="q" /></div> |
|
130 <div><input type="submit" value="Go" /></div> |
|
131 <input type="hidden" name="check_keywords" value="yes" /> |
|
132 <input type="hidden" name="area" value="default" /> |
|
133 </form> |
|
134 </div> |
|
135 <script type="text/javascript">$('#searchbox').show(0);</script> |
|
136 </div> |
|
137 </div> |
|
138 <div class="clearer"></div> |
|
139 </div> |
|
140 <div class="related" role="navigation" aria-label="related navigation"> |
|
141 <h3>Navigation</h3> |
|
142 <ul> |
|
143 <li class="right" style="margin-right: 10px"> |
|
144 <a href="genindex.html" title="General Index" |
|
145 >index</a></li> |
|
146 <li class="right" > |
|
147 <a href="py-modindex.html" title="Python Module Index" |
|
148 >modules</a> |</li> |
|
149 <li class="nav-item nav-item-0"><a href="index.html">PyAMS User Guide 0.1.0 documentation</a> »</li> |
|
150 </ul> |
|
151 </div> |
|
152 <div class="footer" role="contentinfo"> |
|
153 © Copyright 2017, Thierry Florac. |
|
154 Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.6.5. |
|
155 </div> |
|
156 </body> |
|
157 </html> |