|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.DataViews</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <h1>eric7.DataViews</h1> |
|
9 |
|
10 <p> |
|
11 Package containing modules for viewing various data. |
|
12 </p> |
|
13 |
|
14 |
|
15 <h3>Modules</h3> |
|
16 <table> |
|
17 |
|
18 <tr> |
|
19 <td><a href="eric7.DataViews.CodeMetrics.html">CodeMetrics</a></td> |
|
20 <td>Module implementing a simple Python code metrics analyzer.</td> |
|
21 </tr> |
|
22 <tr> |
|
23 <td><a href="eric7.DataViews.CodeMetricsDialog.html">CodeMetricsDialog</a></td> |
|
24 <td>Module implementing a code metrics dialog.</td> |
|
25 </tr> |
|
26 <tr> |
|
27 <td><a href="eric7.DataViews.PyCoverageDialog.html">PyCoverageDialog</a></td> |
|
28 <td>Module implementing a Python code coverage dialog.</td> |
|
29 </tr> |
|
30 <tr> |
|
31 <td><a href="eric7.DataViews.PyCoverageHtmlReportDialog.html">PyCoverageHtmlReportDialog</a></td> |
|
32 <td>Module implementing a dialog to enter the parameters for a coverage HTML report.</td> |
|
33 </tr> |
|
34 <tr> |
|
35 <td><a href="eric7.DataViews.PyCoverageJsonReportDialog.html">PyCoverageJsonReportDialog</a></td> |
|
36 <td>Module implementing a dialog to enter the parameters for a coverage JSON report.</td> |
|
37 </tr> |
|
38 <tr> |
|
39 <td><a href="eric7.DataViews.PyProfileDialog.html">PyProfileDialog</a></td> |
|
40 <td>Module implementing a dialog to display profile data.</td> |
|
41 </tr> |
|
42 </table> |
|
43 </body></html> |