94:45d226917534 | 95:50eba81e4a9f |
---|---|
346 | 346 |
347 <p> | 347 <p> |
348 Public method to activate this plugin. | 348 Public method to activate this plugin. |
349 </p> | 349 </p> |
350 <dl> | 350 <dl> |
351 <dt>Returns:</dt> | 351 <dt>Return:</dt> |
352 <dd> | 352 <dd> |
353 tuple of None and activation status (boolean) | 353 tuple of None and activation status (boolean) |
354 </dd> | 354 </dd> |
355 </dl> | 355 </dl> |
356 <a NAME="PyLintPlugin.deactivate" ID="PyLintPlugin.deactivate"></a> | 356 <a NAME="PyLintPlugin.deactivate" ID="PyLintPlugin.deactivate"></a> |
376 <dd> | 376 <dd> |
377 name of the executable program (string) | 377 name of the executable program (string) |
378 </dd> | 378 </dd> |
379 </dl> | 379 </dl> |
380 <dl> | 380 <dl> |
381 <dt>Returns:</dt> | 381 <dt>Return:</dt> |
382 <dd> | 382 <dd> |
383 version string of detected version (string) | 383 version string of detected version (string) |
384 </dd> | 384 </dd> |
385 </dl> | 385 </dl> |
386 <div align="right"><a href="#top">Up</a></div> | 386 <div align="right"><a href="#top">Up</a></div> |
392 | 392 |
393 <p> | 393 <p> |
394 Restricted function to check the availability of pylint. | 394 Restricted function to check the availability of pylint. |
395 </p> | 395 </p> |
396 <dl> | 396 <dl> |
397 <dt>Returns:</dt> | 397 <dt>Return:</dt> |
398 <dd> | 398 <dd> |
399 flag indicating availability (boolean) | 399 flag indicating availability (boolean) |
400 </dd> | 400 </dd> |
401 </dl> | 401 </dl> |
402 <div align="right"><a href="#top">Up</a></div> | 402 <div align="right"><a href="#top">Up</a></div> |
415 <dd> | 415 <dd> |
416 major python version of the executables (int) | 416 major python version of the executables (int) |
417 </dd> | 417 </dd> |
418 </dl> | 418 </dl> |
419 <dl> | 419 <dl> |
420 <dt>Returns:</dt> | 420 <dt>Return:</dt> |
421 <dd> | 421 <dd> |
422 path name of the executable (string) | 422 path name of the executable (string) |
423 </dd> | 423 </dd> |
424 </dl> | 424 </dl> |
425 <div align="right"><a href="#top">Up</a></div> | 425 <div align="right"><a href="#top">Up</a></div> |
431 | 431 |
432 <p> | 432 <p> |
433 Public method to support the display of some executable info. | 433 Public method to support the display of some executable info. |
434 </p> | 434 </p> |
435 <dl> | 435 <dl> |
436 <dt>Returns:</dt> | 436 <dt>Return:</dt> |
437 <dd> | 437 <dd> |
438 dictionary containing the data to query the presence of | 438 dictionary containing the data to query the presence of |
439 the executable | 439 the executable |
440 </dd> | 440 </dd> |
441 </dl> | 441 </dl> |