7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
228 | 228 |
229 <p> | 229 <p> |
230 Public method to test, if histories shall be cleared. | 230 Public method to test, if histories shall be cleared. |
231 </p> | 231 </p> |
232 <dl> | 232 <dl> |
233 <dt>Returns:</dt> | 233 <dt>Return:</dt> |
234 <dd> | 234 <dd> |
235 flag indicating histories shall be cleared | 235 flag indicating histories shall be cleared |
236 </dd> | 236 </dd> |
237 </dl> | 237 </dl> |
238 <dl> | 238 <dl> |
248 <p> | 248 <p> |
249 Public method to retrieve the coverage related data entered into this | 249 Public method to retrieve the coverage related data entered into this |
250 dialog. | 250 dialog. |
251 </p> | 251 </p> |
252 <dl> | 252 <dl> |
253 <dt>Returns:</dt> | 253 <dt>Return:</dt> |
254 <dd> | 254 <dd> |
255 flag indicating erasure of coverage info | 255 flag indicating erasure of coverage info |
256 </dd> | 256 </dd> |
257 </dl> | 257 </dl> |
258 <dl> | 258 <dl> |
267 | 267 |
268 <p> | 268 <p> |
269 Public method to retrieve the data entered into this dialog. | 269 Public method to retrieve the data entered into this dialog. |
270 </p> | 270 </p> |
271 <dl> | 271 <dl> |
272 <dt>Returns:</dt> | 272 <dt>Return:</dt> |
273 <dd> | 273 <dd> |
274 a tuple of interpreter, argv, workdir, environment, | 274 a tuple of interpreter, argv, workdir, environment, |
275 exceptions flag, clear interpreter flag and run in console flag | 275 exceptions flag, clear interpreter flag and run in console flag |
276 </dd> | 276 </dd> |
277 </dl> | 277 </dl> |
288 <p> | 288 <p> |
289 Public method to retrieve the debug related data entered into this | 289 Public method to retrieve the debug related data entered into this |
290 dialog. | 290 dialog. |
291 </p> | 291 </p> |
292 <dl> | 292 <dl> |
293 <dt>Returns:</dt> | 293 <dt>Return:</dt> |
294 <dd> | 294 <dd> |
295 a tuple of a flag indicating, if the Python library should be | 295 a tuple of a flag indicating, if the Python library should be |
296 traced as well, a flag indicating, that the debugger should not | 296 traced as well, a flag indicating, that the debugger should not |
297 stop at the first executable line, a flag indicating to support | 297 stop at the first executable line, a flag indicating to support |
298 multi process debugging and a space separated list of programs not | 298 multi process debugging and a space separated list of programs not |
311 | 311 |
312 <p> | 312 <p> |
313 Public method to get the lists of histories. | 313 Public method to get the lists of histories. |
314 </p> | 314 </p> |
315 <dl> | 315 <dl> |
316 <dt>Returns:</dt> | 316 <dt>Return:</dt> |
317 <dd> | 317 <dd> |
318 tuple containing the histories of command line arguments, | 318 tuple containing the histories of command line arguments, |
319 working directories, environment settings and no debug programs | 319 working directories, environment settings and no debug programs |
320 lists | 320 lists |
321 </dd> | 321 </dd> |
333 <p> | 333 <p> |
334 Public method to retrieve the profiling related data entered into this | 334 Public method to retrieve the profiling related data entered into this |
335 dialog. | 335 dialog. |
336 </p> | 336 </p> |
337 <dl> | 337 <dl> |
338 <dt>Returns:</dt> | 338 <dt>Return:</dt> |
339 <dd> | 339 <dd> |
340 flag indicating erasure of profiling info | 340 flag indicating erasure of profiling info |
341 </dd> | 341 </dd> |
342 </dl> | 342 </dl> |
343 <dl> | 343 <dl> |
352 | 352 |
353 <p> | 353 <p> |
354 Public method to test for modified histories. | 354 Public method to test for modified histories. |
355 </p> | 355 </p> |
356 <dl> | 356 <dl> |
357 <dt>Returns:</dt> | 357 <dt>Return:</dt> |
358 <dd> | 358 <dd> |
359 flag indicating modified histories | 359 flag indicating modified histories |
360 </dd> | 360 </dd> |
361 </dl> | 361 </dl> |
362 <dl> | 362 <dl> |