src/eric7/Documentation/Source/eric7.eric7_server.html

branch
eric7
changeset 10784
521fd465b048
equal deleted inserted replaced
10783:ccf28bec1227 10784:521fd465b048
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.eric7_server</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.eric7_server</h1>
10 <p>
11 eric-ide Server.
12 </p>
13 <p>
14 This is the main Python script of the eric-ide server. This is a server to perform
15 remote development (e.g. code hosted on another computer or through a docker
16 container).
17 </p>
18
19 <h3>Global Attributes</h3>
20 <table>
21 <tr><td>None</td></tr>
22 </table>
23
24 <h3>Classes</h3>
25 <table>
26 <tr><td>None</td></tr>
27 </table>
28
29 <h3>Functions</h3>
30 <table>
31 <tr>
32 <td><a href="#createArgumentParser">createArgumentParser</a></td>
33 <td>Function to create an argument parser.</td>
34 </tr>
35 <tr>
36 <td><a href="#main">main</a></td>
37 <td>Main entry point into the application.</td>
38 </tr>
39 </table>
40
41 <hr />
42 <hr />
43 <a NAME="createArgumentParser" ID="createArgumentParser"></a>
44 <h2>createArgumentParser</h2>
45 <b>createArgumentParser</b>(<i></i>)
46 <p>
47 Function to create an argument parser.
48 </p>
49
50 <dl>
51 <dt>Return:</dt>
52 <dd>
53 created argument parser object
54 </dd>
55 </dl>
56 <dl>
57 <dt>Return Type:</dt>
58 <dd>
59 argparse.ArgumentParser
60 </dd>
61 </dl>
62 <div align="right"><a href="#top">Up</a></div>
63 <hr />
64 <hr />
65 <a NAME="main" ID="main"></a>
66 <h2>main</h2>
67 <b>main</b>(<i></i>)
68 <p>
69 Main entry point into the application.
70 </p>
71
72 <div align="right"><a href="#top">Up</a></div>
73 <hr />
74 </body></html>

eric ide

mercurial