Documentation/Source/eric6.uninstall-debugclients.html

changeset 5053
dac4920b55ad
equal deleted inserted replaced
5051:3586ebd9fac8 5053:dac4920b55ad
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.uninstall-debugclients</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.uninstall-debugclients</h1>
23 <p>
24 Unnstallation script for the eric6 debug clients.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>currDir</td></tr><tr><td>installPackage</td></tr><tr><td>modDir</td></tr><tr><td>progName</td></tr><tr><td>pyModDir</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Functions</h3>
35 <table>
36 <tr>
37 <td><a href="#exit">exit</a></td>
38 <td>Exit the install script.</td>
39 </tr><tr>
40 <td><a href="#initGlobals">initGlobals</a></td>
41 <td>Module function to set the values of globals that need more than a simple assignment.</td>
42 </tr><tr>
43 <td><a href="#main">main</a></td>
44 <td>The main function of the script.</td>
45 </tr><tr>
46 <td><a href="#uninstallEricDebugClients">uninstallEricDebugClients</a></td>
47 <td>Uninstall the old eric debug client files.</td>
48 </tr><tr>
49 <td><a href="#usage">usage</a></td>
50 <td>Display a usage message and exit.</td>
51 </tr>
52 </table>
53 <hr /><hr />
54 <a NAME="exit" ID="exit"></a>
55 <h2>exit</h2>
56 <b>exit</b>(<i>rcode=0</i>)
57 <p>
58 Exit the install script.
59 </p><dl>
60 <dt><i>rcode</i></dt>
61 <dd>
62 result code to report back (integer)
63 </dd>
64 </dl>
65 <div align="right"><a href="#top">Up</a></div>
66 <hr /><hr />
67 <a NAME="initGlobals" ID="initGlobals"></a>
68 <h2>initGlobals</h2>
69 <b>initGlobals</b>(<i></i>)
70 <p>
71 Module function to set the values of globals that need more than a
72 simple assignment.
73 </p>
74 <div align="right"><a href="#top">Up</a></div>
75 <hr /><hr />
76 <a NAME="main" ID="main"></a>
77 <h2>main</h2>
78 <b>main</b>(<i>argv</i>)
79 <p>
80 The main function of the script.
81 </p><dl>
82 <dt><i>argv</i></dt>
83 <dd>
84 the list of command line arguments.
85 </dd>
86 </dl>
87 <div align="right"><a href="#top">Up</a></div>
88 <hr /><hr />
89 <a NAME="uninstallEricDebugClients" ID="uninstallEricDebugClients"></a>
90 <h2>uninstallEricDebugClients</h2>
91 <b>uninstallEricDebugClients</b>(<i></i>)
92 <p>
93 Uninstall the old eric debug client files.
94 </p>
95 <div align="right"><a href="#top">Up</a></div>
96 <hr /><hr />
97 <a NAME="usage" ID="usage"></a>
98 <h2>usage</h2>
99 <b>usage</b>(<i>rcode=2</i>)
100 <p>
101 Display a usage message and exit.
102 </p><dl>
103 <dt><i>rcode</i></dt>
104 <dd>
105 return code passed back to the calling process (integer)
106 </dd>
107 </dl>
108 <div align="right"><a href="#top">Up</a></div>
109 <hr />
110 </body></html>

eric ide

mercurial