7988:c4c17121eff8 | 7989:a21d673a8f99 |
---|---|
108 <dd> | 108 <dd> |
109 reference to a code object to be processed | 109 reference to a code object to be processed |
110 </dd> | 110 </dd> |
111 </dl> | 111 </dl> |
112 <dl> | 112 <dl> |
113 <dt>Returns:</dt> | 113 <dt>Return:</dt> |
114 <dd> | 114 <dd> |
115 tuple of four things, where 'args' and 'kwonlyargs' are lists of | 115 tuple of four things, where 'args' and 'kwonlyargs' are lists of |
116 argument names, and 'varargs' and 'varkw' are the names of the | 116 argument names, and 'varargs' and 'varkw' are the names of the |
117 * and ** arguments or None. | 117 * and ** arguments or None. |
118 </dd> | 118 </dd> |
169 <dd> | 169 <dd> |
170 value formating functtion | 170 value formating functtion |
171 </dd> | 171 </dd> |
172 </dl> | 172 </dl> |
173 <dl> | 173 <dl> |
174 <dt>Returns:</dt> | 174 <dt>Return:</dt> |
175 <dd> | 175 <dd> |
176 formatted call signature | 176 formatted call signature |
177 </dd> | 177 </dd> |
178 </dl> | 178 </dl> |
179 <dl> | 179 <dl> |
199 <dd> | 199 <dd> |
200 reference to a frame object to be processed | 200 reference to a frame object to be processed |
201 </dd> | 201 </dd> |
202 </dl> | 202 </dl> |
203 <dl> | 203 <dl> |
204 <dt>Returns:</dt> | 204 <dt>Return:</dt> |
205 <dd> | 205 <dd> |
206 tuple of four things, where 'args' is a list of the argument names, | 206 tuple of four things, where 'args' is a list of the argument names, |
207 'varargs' and 'varkw' are the names of the * and ** arguments or None | 207 'varargs' and 'varkw' are the names of the * and ** arguments or None |
208 and 'locals' is the locals dictionary of the given frame. | 208 and 'locals' is the locals dictionary of the given frame. |
209 </dd> | 209 </dd> |
231 <dd> | 231 <dd> |
232 program path to be checked | 232 program path to be checked |
233 </dd> | 233 </dd> |
234 </dl> | 234 </dl> |
235 <dl> | 235 <dl> |
236 <dt>Returns:</dt> | 236 <dt>Return:</dt> |
237 <dd> | 237 <dd> |
238 flag indicating an executable program | 238 flag indicating an executable program |
239 </dd> | 239 </dd> |
240 </dl> | 240 </dl> |
241 <dl> | 241 <dl> |
261 <dd> | 261 <dd> |
262 program to be checked | 262 program to be checked |
263 </dd> | 263 </dd> |
264 </dl> | 264 </dl> |
265 <dl> | 265 <dl> |
266 <dt>Returns:</dt> | 266 <dt>Return:</dt> |
267 <dd> | 267 <dd> |
268 flag indicating a Python interpreter or program | 268 flag indicating a Python interpreter or program |
269 </dd> | 269 </dd> |
270 </dl> | 270 </dl> |
271 <dl> | 271 <dl> |
283 | 283 |
284 <p> | 284 <p> |
285 Function to check, if this is a Windows platform. | 285 Function to check, if this is a Windows platform. |
286 </p> | 286 </p> |
287 <dl> | 287 <dl> |
288 <dt>Returns:</dt> | 288 <dt>Return:</dt> |
289 <dd> | 289 <dd> |
290 flag indicating Windows platform | 290 flag indicating Windows platform |
291 </dd> | 291 </dd> |
292 </dl> | 292 </dl> |
293 <dl> | 293 <dl> |
316 <dd> | 316 <dd> |
317 argument string | 317 argument string |
318 </dd> | 318 </dd> |
319 </dl> | 319 </dl> |
320 <dl> | 320 <dl> |
321 <dt>Returns:</dt> | 321 <dt>Return:</dt> |
322 <dd> | 322 <dd> |
323 patched argument string | 323 patched argument string |
324 </dd> | 324 </dd> |
325 </dl> | 325 </dl> |
326 <dl> | 326 <dl> |
354 <dd> | 354 <dd> |
355 flag indicating to not redirect stdin and stdout | 355 flag indicating to not redirect stdin and stdout |
356 </dd> | 356 </dd> |
357 </dl> | 357 </dl> |
358 <dl> | 358 <dl> |
359 <dt>Returns:</dt> | 359 <dt>Return:</dt> |
360 <dd> | 360 <dd> |
361 modified argument list | 361 modified argument list |
362 </dd> | 362 </dd> |
363 </dl> | 363 </dl> |
364 <dl> | 364 <dl> |
388 <dd> | 388 <dd> |
389 dictionary of named parameters for the command or response | 389 dictionary of named parameters for the command or response |
390 </dd> | 390 </dd> |
391 </dl> | 391 </dl> |
392 <dl> | 392 <dl> |
393 <dt>Returns:</dt> | 393 <dt>Return:</dt> |
394 <dd> | 394 <dd> |
395 prepared JSON command or response string | 395 prepared JSON command or response string |
396 </dd> | 396 </dd> |
397 </dl> | 397 </dl> |
398 <dl> | 398 <dl> |
417 <dd> | 417 <dd> |
418 list of arguments to be quoted | 418 list of arguments to be quoted |
419 </dd> | 419 </dd> |
420 </dl> | 420 </dl> |
421 <dl> | 421 <dl> |
422 <dt>Returns:</dt> | 422 <dt>Return:</dt> |
423 <dd> | 423 <dd> |
424 list of quoted arguments | 424 list of quoted arguments |
425 </dd> | 425 </dd> |
426 </dl> | 426 </dl> |
427 <dl> | 427 <dl> |
446 <dd> | 446 <dd> |
447 list of arguments | 447 list of arguments |
448 </dd> | 448 </dd> |
449 </dl> | 449 </dl> |
450 <dl> | 450 <dl> |
451 <dt>Returns:</dt> | 451 <dt>Return:</dt> |
452 <dd> | 452 <dd> |
453 list of unquoted strings | 453 list of unquoted strings |
454 </dd> | 454 </dd> |
455 </dl> | 455 </dl> |
456 <dl> | 456 <dl> |
475 <dd> | 475 <dd> |
476 program path to be checked | 476 program path to be checked |
477 </dd> | 477 </dd> |
478 </dl> | 478 </dl> |
479 <dl> | 479 <dl> |
480 <dt>Returns:</dt> | 480 <dt>Return:</dt> |
481 <dd> | 481 <dd> |
482 flag indicating an existing and valid shebang line | 482 flag indicating an existing and valid shebang line |
483 </dd> | 483 </dd> |
484 </dl> | 484 </dl> |
485 <dl> | 485 <dl> |
504 <dd> | 504 <dd> |
505 list of command arguments | 505 list of command arguments |
506 </dd> | 506 </dd> |
507 </dl> | 507 </dl> |
508 <dl> | 508 <dl> |
509 <dt>Returns:</dt> | 509 <dt>Return:</dt> |
510 <dd> | 510 <dd> |
511 list of command arguments | 511 list of command arguments |
512 </dd> | 512 </dd> |
513 </dl> | 513 </dl> |
514 <dl> | 514 <dl> |