eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html

changeset 7989
a21d673a8f99
parent 7900
72b88fb20261
child 8215
fc5d68a6889e
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
101 flag indicating to 101 flag indicating to
102 ignore 'star import' warnings (boolean) 102 ignore 'star import' warnings (boolean)
103 </dd> 103 </dd>
104 </dl> 104 </dl>
105 <dl> 105 <dl>
106 <dt>Returns:</dt> 106 <dt>Return:</dt>
107 <dd> 107 <dd>
108 dictionary with the keys 'error' and 'warnings' which 108 dictionary with the keys 'error' and 'warnings' which
109 hold a list containing details about the error/ warnings 109 hold a list containing details about the error/ warnings
110 (file name, line number, column, codestring (only at syntax 110 (file name, line number, column, codestring (only at syntax
111 errors), the message, a list with arguments for the message) 111 errors), the message, a list with arguments for the message)
140 <dd> 140 <dd>
141 flag indicating to check for a flags only line (bool) 141 flag indicating to check for a flags only line (bool)
142 </dd> 142 </dd>
143 </dl> 143 </dl>
144 <dl> 144 <dl>
145 <dt>Returns:</dt> 145 <dt>Return:</dt>
146 <dd> 146 <dd>
147 list containing the extracted flags (list of strings) 147 list containing the extracted flags (list of strings)
148 </dd> 148 </dd>
149 </dl> 149 </dl>
150 <div align="right"><a href="#top">Up</a></div> 150 <div align="right"><a href="#top">Up</a></div>
156 156
157 <p> 157 <p>
158 Initialize the batch service and return the entry point. 158 Initialize the batch service and return the entry point.
159 </p> 159 </p>
160 <dl> 160 <dl>
161 <dt>Returns:</dt> 161 <dt>Return:</dt>
162 <dd> 162 <dd>
163 the entry point for the background client (function) 163 the entry point for the background client (function)
164 </dd> 164 </dd>
165 </dl> 165 </dl>
166 <div align="right"><a href="#top">Up</a></div> 166 <div align="right"><a href="#top">Up</a></div>
172 172
173 <p> 173 <p>
174 Initialize the service and return the entry point. 174 Initialize the service and return the entry point.
175 </p> 175 </p>
176 <dl> 176 <dl>
177 <dt>Returns:</dt> 177 <dt>Return:</dt>
178 <dd> 178 <dd>
179 the entry point for the background client (function) 179 the entry point for the background client (function)
180 </dd> 180 </dd>
181 </dl> 181 </dl>
182 <div align="right"><a href="#top">Up</a></div> 182 <div align="right"><a href="#top">Up</a></div>
195 <dd> 195 <dd>
196 code to be normalized (string) 196 code to be normalized (string)
197 </dd> 197 </dd>
198 </dl> 198 </dl>
199 <dl> 199 <dl>
200 <dt>Returns:</dt> 200 <dt>Return:</dt>
201 <dd> 201 <dd>
202 normalized code (string) 202 normalized code (string)
203 </dd> 203 </dd>
204 </dl> 204 </dl>
205 <div align="right"><a href="#top">Up</a></div> 205 <div align="right"><a href="#top">Up</a></div>
266 flag indicating to 266 flag indicating to
267 ignore 'star import' warnings (boolean) 267 ignore 'star import' warnings (boolean)
268 </dd> 268 </dd>
269 </dl> 269 </dl>
270 <dl> 270 <dl>
271 <dt>Returns:</dt> 271 <dt>Return:</dt>
272 <dd> 272 <dd>
273 dictionary with the keys 'error' and 'warnings' which 273 dictionary with the keys 'error' and 'warnings' which
274 hold a list containing details about the error/ warnings 274 hold a list containing details about the error/ warnings
275 (file name, line number, column, codestring (only at syntax 275 (file name, line number, column, codestring (only at syntax
276 errors), the message, a list with arguments for the message) 276 errors), the message, a list with arguments for the message)

eric ide

mercurial