src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.html

branch
eric7
changeset 10070
9f5758c0fec1
parent 9209
b99e7fd55fd3
child 10259
b51dfacef37f
equal deleted inserted replaced
10069:435cc5875135 10070:9f5758c0fec1
25 25
26 <table> 26 <table>
27 27
28 <tr> 28 <tr>
29 <td><a href="#checkFlaskDebug">checkFlaskDebug</a></td> 29 <td><a href="#checkFlaskDebug">checkFlaskDebug</a></td>
30 <td>Function to check for a flask app being run with debug.</td> 30 <td></td>
31 </tr> 31 </tr>
32 <tr> 32 <tr>
33 <td><a href="#getChecks">getChecks</a></td> 33 <td><a href="#getChecks">getChecks</a></td>
34 <td>Public method to get a dictionary with checks handled by this module.</td> 34 <td>Public method to get a dictionary with checks handled by this module.</td>
35 </tr> 35 </tr>
38 <hr /> 38 <hr />
39 <a NAME="checkFlaskDebug" ID="checkFlaskDebug"></a> 39 <a NAME="checkFlaskDebug" ID="checkFlaskDebug"></a>
40 <h2>checkFlaskDebug</h2> 40 <h2>checkFlaskDebug</h2>
41 <b>checkFlaskDebug</b>(<i>reportError, context, config</i>) 41 <b>checkFlaskDebug</b>(<i>reportError, context, config</i>)
42 42
43 <p>
44 Function to check for a flask app being run with debug.
45 </p>
46 <dl>
47
48 <dt><i>reportError</i> (func)</dt>
49 <dd>
50 function to be used to report errors
51 </dd>
52 <dt><i>context</i> (SecurityContext)</dt>
53 <dd>
54 security context object
55 </dd>
56 <dt><i>config</i> (dict)</dt>
57 <dd>
58 dictionary with configuration data
59 </dd>
60 </dl>
61 <div align="right"><a href="#top">Up</a></div> 43 <div align="right"><a href="#top">Up</a></div>
62 <hr /> 44 <hr />
63 <hr /> 45 <hr />
64 <a NAME="getChecks" ID="getChecks"></a> 46 <a NAME="getChecks" ID="getChecks"></a>
65 <h2>getChecks</h2> 47 <h2>getChecks</h2>

eric ide

mercurial