eric6/Documentation/Source/eric6.eric6_api.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7960
e8fc383322f7
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.eric6_api</h1> 23 <h1>eric6.eric6_api</h1>
24
23 <p> 25 <p>
24 Eric6 API Generator. 26 Eric6 API Generator.
25 </p><p> 27 </p>
28 <p>
26 This is the main Python script of the API generator. It is 29 This is the main Python script of the API generator. It is
27 this script that gets called via the API generation interface. 30 this script that gets called via the API generation interface.
28 This script can be used via the commandline as well. 31 This script can be used via the commandline as well.
29 </p> 32 </p>
30 <h3>Global Attributes</h3> 33 <h3>Global Attributes</h3>
34
31 <table> 35 <table>
32 <tr><td>None</td></tr> 36 <tr><td>None</td></tr>
33 </table> 37 </table>
34 <h3>Classes</h3> 38 <h3>Classes</h3>
39
35 <table> 40 <table>
36 <tr><td>None</td></tr> 41 <tr><td>None</td></tr>
37 </table> 42 </table>
38 <h3>Functions</h3> 43 <h3>Functions</h3>
44
39 <table> 45 <table>
46
40 <tr> 47 <tr>
41 <td><a href="#main">main</a></td> 48 <td><a href="#main">main</a></td>
42 <td>Main entry point into the application.</td> 49 <td>Main entry point into the application.</td>
43 </tr><tr> 50 </tr>
51 <tr>
44 <td><a href="#usage">usage</a></td> 52 <td><a href="#usage">usage</a></td>
45 <td>Function to print some usage information.</td> 53 <td>Function to print some usage information.</td>
46 </tr><tr> 54 </tr>
55 <tr>
47 <td><a href="#version">version</a></td> 56 <td><a href="#version">version</a></td>
48 <td>Function to show the version information.</td> 57 <td>Function to show the version information.</td>
49 </tr> 58 </tr>
50 </table> 59 </table>
51 <hr /><hr /> 60 <hr />
61 <hr />
52 <a NAME="main" ID="main"></a> 62 <a NAME="main" ID="main"></a>
53 <h2>main</h2> 63 <h2>main</h2>
54 <b>main</b>(<i></i>) 64 <b>main</b>(<i></i>)
65
55 <p> 66 <p>
56 Main entry point into the application. 67 Main entry point into the application.
57 </p> 68 </p>
58 <div align="right"><a href="#top">Up</a></div> 69 <div align="right"><a href="#top">Up</a></div>
59 <hr /><hr /> 70 <hr />
71 <hr />
60 <a NAME="usage" ID="usage"></a> 72 <a NAME="usage" ID="usage"></a>
61 <h2>usage</h2> 73 <h2>usage</h2>
62 <b>usage</b>(<i></i>) 74 <b>usage</b>(<i></i>)
75
63 <p> 76 <p>
64 Function to print some usage information. 77 Function to print some usage information.
65 </p><p> 78 </p>
79 <p>
66 It prints a reference of all commandline parameters that may 80 It prints a reference of all commandline parameters that may
67 be used and ends the application. 81 be used and ends the application.
68 </p> 82 </p>
69 <div align="right"><a href="#top">Up</a></div> 83 <div align="right"><a href="#top">Up</a></div>
70 <hr /><hr /> 84 <hr />
85 <hr />
71 <a NAME="version" ID="version"></a> 86 <a NAME="version" ID="version"></a>
72 <h2>version</h2> 87 <h2>version</h2>
73 <b>version</b>(<i></i>) 88 <b>version</b>(<i></i>)
89
74 <p> 90 <p>
75 Function to show the version information. 91 Function to show the version information.
76 </p> 92 </p>
77 <div align="right"><a href="#top">Up</a></div> 93 <div align="right"><a href="#top">Up</a></div>
78 <hr /> 94 <hr />

eric ide

mercurial