src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html

branch
eric7
changeset 9507
1f39839655ea
parent 9209
b99e7fd55fd3
child 10341
3fdffd9cc21d
equal deleted inserted replaced
9506:62397ab8df8c 9507:1f39839655ea
36 <tr> 36 <tr>
37 <td><a href="#initService">initService</a></td> 37 <td><a href="#initService">initService</a></td>
38 <td>Initialize the service and return the entry point.</td> 38 <td>Initialize the service and return the entry point.</td>
39 </tr> 39 </tr>
40 <tr> 40 <tr>
41 <td><a href="#normalizeCode">normalizeCode</a></td>
42 <td>Function to normalize the given code.</td>
43 </tr>
44 <tr>
45 <td><a href="#workerTask">workerTask</a></td> 41 <td><a href="#workerTask">workerTask</a></td>
46 <td>Module function acting as the parallel worker for the syntax check.</td> 42 <td>Module function acting as the parallel worker for the syntax check.</td>
47 </tr> 43 </tr>
48 <tr> 44 <tr>
49 <td><a href="#yamlSyntaxBatchCheck">yamlSyntaxBatchCheck</a></td> 45 <td><a href="#yamlSyntaxBatchCheck">yamlSyntaxBatchCheck</a></td>
134 </dd> 130 </dd>
135 </dl> 131 </dl>
136 <div align="right"><a href="#top">Up</a></div> 132 <div align="right"><a href="#top">Up</a></div>
137 <hr /> 133 <hr />
138 <hr /> 134 <hr />
139 <a NAME="normalizeCode" ID="normalizeCode"></a>
140 <h2>normalizeCode</h2>
141 <b>normalizeCode</b>(<i>codestring</i>)
142
143 <p>
144 Function to normalize the given code.
145 </p>
146 <dl>
147
148 <dt><i>codestring</i> (str)</dt>
149 <dd>
150 code to be normalized
151 </dd>
152 </dl>
153 <dl>
154 <dt>Return:</dt>
155 <dd>
156 normalized code
157 </dd>
158 </dl>
159 <dl>
160 <dt>Return Type:</dt>
161 <dd>
162 str
163 </dd>
164 </dl>
165 <div align="right"><a href="#top">Up</a></div>
166 <hr />
167 <hr />
168 <a NAME="workerTask" ID="workerTask"></a> 135 <a NAME="workerTask" ID="workerTask"></a>
169 <h2>workerTask</h2> 136 <h2>workerTask</h2>
170 <b>workerTask</b>(<i>inputQueue, outputQueue</i>) 137 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
171 138
172 <p> 139 <p>

eric ide

mercurial