5 <link rel="stylesheet" href="styles.css"> |
5 <link rel="stylesheet" href="styles.css"> |
6 </head> |
6 </head> |
7 <body> |
7 <body> |
8 <a NAME="top" ID="top"></a> |
8 <a NAME="top" ID="top"></a> |
9 <h1>eric7.eric7_api</h1> |
9 <h1>eric7.eric7_api</h1> |
10 |
|
11 <p> |
10 <p> |
12 eric API Generator. |
11 eric API Generator. |
13 </p> |
12 </p> |
14 <p> |
13 <p> |
15 This is the main Python script of the API generator. It is |
14 This is the main Python script of the API generator. It is |
16 this script that gets called via the API generation interface. |
15 this script that gets called via the API generation interface. |
17 This script can be used via the commandline as well. |
16 This script can be used via the commandline as well. |
18 </p> |
17 </p> |
|
18 |
19 <h3>Global Attributes</h3> |
19 <h3>Global Attributes</h3> |
20 |
|
21 <table> |
20 <table> |
22 <tr><td>None</td></tr> |
21 <tr><td>None</td></tr> |
23 </table> |
22 </table> |
|
23 |
24 <h3>Classes</h3> |
24 <h3>Classes</h3> |
25 |
|
26 <table> |
25 <table> |
27 <tr><td>None</td></tr> |
26 <tr><td>None</td></tr> |
28 </table> |
27 </table> |
|
28 |
29 <h3>Functions</h3> |
29 <h3>Functions</h3> |
30 |
|
31 <table> |
30 <table> |
32 |
|
33 <tr> |
31 <tr> |
34 <td><a href="#createArgumentParser">createArgumentParser</a></td> |
32 <td><a href="#createArgumentParser">createArgumentParser</a></td> |
35 <td>Function to create an argument parser.</td> |
33 <td>Function to create an argument parser.</td> |
36 </tr> |
34 </tr> |
37 <tr> |
35 <tr> |
38 <td><a href="#main">main</a></td> |
36 <td><a href="#main">main</a></td> |
39 <td>Main entry point into the application.</td> |
37 <td>Main entry point into the application.</td> |
40 </tr> |
38 </tr> |
41 </table> |
39 </table> |
|
40 |
42 <hr /> |
41 <hr /> |
43 <hr /> |
42 <hr /> |
44 <a NAME="createArgumentParser" ID="createArgumentParser"></a> |
43 <a NAME="createArgumentParser" ID="createArgumentParser"></a> |
45 <h2>createArgumentParser</h2> |
44 <h2>createArgumentParser</h2> |
46 <b>createArgumentParser</b>(<i></i>) |
45 <b>createArgumentParser</b>(<i></i>) |
47 |
|
48 <p> |
46 <p> |
49 Function to create an argument parser. |
47 Function to create an argument parser. |
50 </p> |
48 </p> |
|
49 |
51 <dl> |
50 <dl> |
52 <dt>Return:</dt> |
51 <dt>Return:</dt> |
53 <dd> |
52 <dd> |
54 created argument parser object |
53 created argument parser object |
55 </dd> |
54 </dd> |