|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.__init__</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.__init__</h1> |
|
10 |
|
11 <p> |
|
12 Package containing the various security checker modules. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 <tr><td>None</td></tr> |
|
23 </table> |
|
24 <h3>Functions</h3> |
|
25 |
|
26 <table> |
|
27 |
|
28 <tr> |
|
29 <td><a href="#generateCheckersDict">generateCheckersDict</a></td> |
|
30 <td>Function to generate the dictionary with checkers.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /> |
|
34 <hr /> |
|
35 <a NAME="generateCheckersDict" ID="generateCheckersDict"></a> |
|
36 <h2>generateCheckersDict</h2> |
|
37 <b>generateCheckersDict</b>(<i></i>) |
|
38 |
|
39 <p> |
|
40 Function to generate the dictionary with checkers. |
|
41 </p> |
|
42 <p> |
|
43 Checker modules are searched for inside this package. Each module |
|
44 defining some checks must contain a function 'getChecks()' returning |
|
45 a dictionary containing the check type as key and a list of tuples |
|
46 with the check function and associated message codes. |
|
47 </p> |
|
48 <dl> |
|
49 <dt>Return:</dt> |
|
50 <dd> |
|
51 dictionary containing list of tuples with checker data |
|
52 </dd> |
|
53 </dl> |
|
54 <dl> |
|
55 <dt>Return Type:</dt> |
|
56 <dd> |
|
57 dict |
|
58 </dd> |
|
59 </dl> |
|
60 <div align="right"><a href="#top">Up</a></div> |
|
61 <hr /> |
|
62 </body></html> |