903 <tr> |
903 <tr> |
904 <td><a href="#Project.isProjectSource">isProjectSource</a></td> |
904 <td><a href="#Project.isProjectSource">isProjectSource</a></td> |
905 <td>Public method used to check, if the passed in filename belongs to the project sources.</td> |
905 <td>Public method used to check, if the passed in filename belongs to the project sources.</td> |
906 </tr> |
906 </tr> |
907 <tr> |
907 <tr> |
908 <td><a href="#Project.isPy2Project">isPy2Project</a></td> |
|
909 <td>Public method to check, if this project is a Python2 project.</td> |
|
910 </tr> |
|
911 <tr> |
|
912 <td><a href="#Project.isPy3Project">isPy3Project</a></td> |
908 <td><a href="#Project.isPy3Project">isPy3Project</a></td> |
913 <td>Public method to check, if this project is a Python3 project.</td> |
909 <td>Public method to check, if this project is a Python3 project.</td> |
914 </tr> |
910 </tr> |
915 <tr> |
911 <tr> |
916 <td><a href="#Project.isPythonProject">isPythonProject</a></td> |
912 <td><a href="#Project.isPythonProject">isPythonProject</a></td> |
917 <td>Public method to check, if this project is a Python2 or Python3 project.</td> |
913 <td>Public method to check, if this project is a Python3 or MicroPython project.</td> |
918 </tr> |
914 </tr> |
919 <tr> |
915 <tr> |
920 <td><a href="#Project.isRubyProject">isRubyProject</a></td> |
916 <td><a href="#Project.isRubyProject">isRubyProject</a></td> |
921 <td>Public method to check, if this project is a Ruby project.</td> |
917 <td>Public method to check, if this project is a Ruby project.</td> |
922 </tr> |
918 </tr> |
3395 <dt>Returns:</dt> |
3391 <dt>Returns:</dt> |
3396 <dd> |
3392 <dd> |
3397 flag indicating membership (boolean) |
3393 flag indicating membership (boolean) |
3398 </dd> |
3394 </dd> |
3399 </dl> |
3395 </dl> |
3400 <a NAME="Project.isPy2Project" ID="Project.isPy2Project"></a> |
|
3401 <h4>Project.isPy2Project</h4> |
|
3402 <b>isPy2Project</b>(<i></i>) |
|
3403 |
|
3404 <p> |
|
3405 Public method to check, if this project is a Python2 project. |
|
3406 </p> |
|
3407 <dl> |
|
3408 <dt>Returns:</dt> |
|
3409 <dd> |
|
3410 flag indicating a Python2 project (boolean) |
|
3411 </dd> |
|
3412 </dl> |
|
3413 <a NAME="Project.isPy3Project" ID="Project.isPy3Project"></a> |
3396 <a NAME="Project.isPy3Project" ID="Project.isPy3Project"></a> |
3414 <h4>Project.isPy3Project</h4> |
3397 <h4>Project.isPy3Project</h4> |
3415 <b>isPy3Project</b>(<i></i>) |
3398 <b>isPy3Project</b>(<i></i>) |
3416 |
3399 |
3417 <p> |
3400 <p> |