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> |