106 <table> |
106 <table> |
107 <tr><td>None</td></tr> |
107 <tr><td>None</td></tr> |
108 </table> |
108 </table> |
109 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> |
109 <a NAME="StartDialog.__init__" ID="StartDialog.__init__"></a> |
110 <h4>StartDialog (Constructor)</h4> |
110 <h4>StartDialog (Constructor)</h4> |
111 <b>StartDialog</b>(<i>caption, interpreterList, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>) |
111 <b>StartDialog</b>(<i>caption, lastUsedVenvName, argvList, wdList, envList, exceptions, parent=None, dialogType=0, modfuncList=None, tracePython=False, autoClearShell=True, autoContinue=True, autoFork=False, forkChild=False</i>) |
112 <p> |
112 <p> |
113 Constructor |
113 Constructor |
114 </p><dl> |
114 </p><dl> |
115 <dt><i>caption</i></dt> |
115 <dt><i>caption</i> (str)</dt> |
116 <dd> |
116 <dd> |
117 the caption to be displayed (string) |
117 the caption to be displayed |
118 </dd><dt><i>interpreterList</i></dt> |
118 </dd><dt><i>lastUsedVenvName</i> (str)</dt> |
119 <dd> |
119 <dd> |
120 list of interpreters (list of string) |
120 name of the most recently used virtual |
121 </dd><dt><i>argvList</i></dt> |
121 environment |
122 <dd> |
122 </dd><dt><i>argvList</i> (list of str)</dt> |
123 history list of commandline arguments (list of strings) |
123 <dd> |
124 </dd><dt><i>wdList</i></dt> |
124 history list of command line arguments |
125 <dd> |
125 </dd><dt><i>wdList</i> (list of str)</dt> |
126 history list of working directories (list of strings) |
126 <dd> |
127 </dd><dt><i>envList</i></dt> |
127 history list of working directories |
128 <dd> |
128 </dd><dt><i>envList</i> (list of str)</dt> |
129 history list of environment settings (list of strings) |
129 <dd> |
130 </dd><dt><i>exceptions</i></dt> |
130 history list of environment parameter settings |
131 <dd> |
131 </dd><dt><i>exceptions</i> (bool)</dt> |
132 exception reporting flag (boolean) |
132 <dd> |
133 </dd><dt><i>parent</i></dt> |
133 exception reporting flag |
134 <dd> |
134 </dd><dt><i>parent</i> (QWidget)</dt> |
135 parent widget of this dialog (QWidget) |
135 <dd> |
136 </dd><dt><i>dialogType</i></dt> |
136 parent widget of this dialog |
|
137 </dd><dt><i>dialogType</i> (int (0 to 3))</dt> |
137 <dd> |
138 <dd> |
138 type of the start dialog |
139 type of the start dialog |
139 <ul> |
140 <ul> |
140 <li>0 = start debug dialog</li> |
141 <li>0 = start debug dialog</li> |
141 <li>1 = start run dialog</li> |
142 <li>1 = start run dialog</li> |
142 <li>2 = start coverage dialog</li> |
143 <li>2 = start coverage dialog</li> |
143 <li>3 = start profile dialog</li> |
144 <li>3 = start profile dialog</li> |
144 </ul> |
145 </ul> |
145 </dd><dt><i>modfuncList=</i></dt> |
146 </dd><dt><i>modfuncList=</i> (list of str)</dt> |
146 <dd> |
147 <dd> |
147 history list of module functions |
148 history list of module functions |
148 (list of strings) |
149 </dd><dt><i>tracePython=</i> (bool)</dt> |
149 </dd><dt><i>tracePython=</i></dt> |
|
150 <dd> |
150 <dd> |
151 flag indicating if the Python library should |
151 flag indicating if the Python library should |
152 be traced as well (boolean) |
152 be traced as well |
153 </dd><dt><i>autoClearShell=</i></dt> |
153 </dd><dt><i>autoClearShell=</i> (bool)</dt> |
154 <dd> |
154 <dd> |
155 flag indicating, that the interpreter window |
155 flag indicating, that the interpreter window |
156 should be cleared automatically (boolean) |
156 should be cleared automatically |
157 </dd><dt><i>autoContinue=</i></dt> |
157 </dd><dt><i>autoContinue=</i> (bool)</dt> |
158 <dd> |
158 <dd> |
159 flag indicating, that the debugger should not |
159 flag indicating, that the debugger should not |
160 stop at the first executable line (boolean) |
160 stop at the first executable line |
161 </dd><dt><i>autoFork=</i></dt> |
161 </dd><dt><i>autoFork=</i> (bool)</dt> |
162 <dd> |
162 <dd> |
163 flag indicating the automatic fork mode (boolean) |
163 flag indicating the automatic fork mode |
164 </dd><dt><i>forkChild=</i></dt> |
164 </dd><dt><i>forkChild=</i> (bool)</dt> |
165 <dd> |
165 <dd> |
166 flag indicating to debug the child after forking |
166 flag indicating to debug the child after forking |
167 (boolean) |
|
168 </dd> |
167 </dd> |
169 </dl><a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a> |
168 </dl><a NAME="StartDialog.__clearHistories" ID="StartDialog.__clearHistories"></a> |
170 <h4>StartDialog.__clearHistories</h4> |
169 <h4>StartDialog.__clearHistories</h4> |
171 <b>__clearHistories</b>(<i></i>) |
170 <b>__clearHistories</b>(<i></i>) |
172 <p> |
171 <p> |