35 |
35 |
36 <hr /> |
36 <hr /> |
37 <hr /> |
37 <hr /> |
38 <a NAME="checkFlaskDebug" ID="checkFlaskDebug"></a> |
38 <a NAME="checkFlaskDebug" ID="checkFlaskDebug"></a> |
39 <h2>checkFlaskDebug</h2> |
39 <h2>checkFlaskDebug</h2> |
40 <b>checkFlaskDebug</b>(<i>reportError, context, config</i>) |
40 <b>checkFlaskDebug</b>(<i>reportError, context, _config</i>) |
41 <p> |
41 <p> |
42 Function to check for a flask app being run with debug. |
42 Function to check for a flask app being run with debug. |
43 </p> |
43 </p> |
44 |
44 |
45 <dl> |
45 <dl> |
50 </dd> |
50 </dd> |
51 <dt><i>context</i> (SecurityContext)</dt> |
51 <dt><i>context</i> (SecurityContext)</dt> |
52 <dd> |
52 <dd> |
53 security context object |
53 security context object |
54 </dd> |
54 </dd> |
55 <dt><i>config</i> (dict)</dt> |
55 <dt><i>_config</i> (dict)</dt> |
56 <dd> |
56 <dd> |
57 dictionary with configuration data |
57 dictionary with configuration data (unused) |
58 </dd> |
58 </dd> |
59 </dl> |
59 </dl> |
60 <div align="right"><a href="#top">Up</a></div> |
60 <div align="right"><a href="#top">Up</a></div> |
61 <hr /> |
61 <hr /> |
62 <hr /> |
62 <hr /> |