eric6/Documentation/Source/eric6.Project.Project.html

changeset 7635
0cdead130a81
parent 7518
6dea4abd3097
child 7900
72b88fb20261
equal deleted inserted replaced
7634:8c3d033e5044 7635:0cdead130a81
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>
3426 <a NAME="Project.isPythonProject" ID="Project.isPythonProject"></a> 3409 <a NAME="Project.isPythonProject" ID="Project.isPythonProject"></a>
3427 <h4>Project.isPythonProject</h4> 3410 <h4>Project.isPythonProject</h4>
3428 <b>isPythonProject</b>(<i></i>) 3411 <b>isPythonProject</b>(<i></i>)
3429 3412
3430 <p> 3413 <p>
3431 Public method to check, if this project is a Python2 or Python3 3414 Public method to check, if this project is a Python3 or MicroPython
3432 project. 3415 project.
3433 </p> 3416 </p>
3434 <dl> 3417 <dl>
3435 <dt>Returns:</dt> 3418 <dt>Returns:</dt>
3436 <dd> 3419 <dd>

eric ide

mercurial