src/eric7/Documentation/Source/eric7.eric7_ide.html

branch
eric7
changeset 10303
ee1aadab1215
parent 9377
b9c8dc3b7da1
child 10428
a071d4065202
equal deleted inserted replaced
10302:8cb0dabf852f 10303:ee1aadab1215
28 <h3>Functions</h3> 28 <h3>Functions</h3>
29 29
30 <table> 30 <table>
31 31
32 <tr> 32 <tr>
33 <td><a href="#createArgparseNamespace">createArgparseNamespace</a></td>
34 <td>Function to create an argument parser.</td>
35 </tr>
36 <tr>
33 <td><a href="#excepthook">excepthook</a></td> 37 <td><a href="#excepthook">excepthook</a></td>
34 <td>Global function to catch unhandled exceptions.</td> 38 <td>Global function to catch unhandled exceptions.</td>
35 </tr> 39 </tr>
36 <tr> 40 <tr>
37 <td><a href="#handleSingleApplication">handleSingleApplication</a></td> 41 <td><a href="#handleSingleApplication">handleSingleApplication</a></td>
44 <tr> 48 <tr>
45 <td><a href="#uiStartUp">uiStartUp</a></td> 49 <td><a href="#uiStartUp">uiStartUp</a></td>
46 <td>Global function to finalize the start up of the main UI.</td> 50 <td>Global function to finalize the start up of the main UI.</td>
47 </tr> 51 </tr>
48 </table> 52 </table>
53 <hr />
54 <hr />
55 <a NAME="createArgparseNamespace" ID="createArgparseNamespace"></a>
56 <h2>createArgparseNamespace</h2>
57 <b>createArgparseNamespace</b>(<i></i>)
58
59 <p>
60 Function to create an argument parser.
61 </p>
62 <dl>
63 <dt>Return:</dt>
64 <dd>
65 created argument parser object
66 </dd>
67 </dl>
68 <dl>
69 <dt>Return Type:</dt>
70 <dd>
71 argparse.ArgumentParser
72 </dd>
73 </dl>
74 <div align="right"><a href="#top">Up</a></div>
49 <hr /> 75 <hr />
50 <hr /> 76 <hr />
51 <a NAME="excepthook" ID="excepthook"></a> 77 <a NAME="excepthook" ID="excepthook"></a>
52 <h2>excepthook</h2> 78 <h2>excepthook</h2>
53 <b>excepthook</b>(<i>excType, excValue, tracebackobj</i>) 79 <b>excepthook</b>(<i>excType, excValue, tracebackobj</i>)
73 <div align="right"><a href="#top">Up</a></div> 99 <div align="right"><a href="#top">Up</a></div>
74 <hr /> 100 <hr />
75 <hr /> 101 <hr />
76 <a NAME="handleSingleApplication" ID="handleSingleApplication"></a> 102 <a NAME="handleSingleApplication" ID="handleSingleApplication"></a>
77 <h2>handleSingleApplication</h2> 103 <h2>handleSingleApplication</h2>
78 <b>handleSingleApplication</b>(<i>ddindex</i>) 104 <b>handleSingleApplication</b>(<i></i>)
79 105
80 <p> 106 <p>
81 Global function to handle the single application mode. 107 Global function to handle the single application mode.
82 </p> 108 </p>
83 <dl>
84
85 <dt><i>ddindex</i></dt>
86 <dd>
87 index of a '--' option in the options list
88 </dd>
89 </dl>
90 <div align="right"><a href="#top">Up</a></div> 109 <div align="right"><a href="#top">Up</a></div>
91 <hr /> 110 <hr />
92 <hr /> 111 <hr />
93 <a NAME="main" ID="main"></a> 112 <a NAME="main" ID="main"></a>
94 <h2>main</h2> 113 <h2>main</h2>

eric ide

mercurial