911 <tr> |
911 <tr> |
912 <td><a href="#BrowserFileItem.isProtobufFile">isProtobufFile</a></td> |
912 <td><a href="#BrowserFileItem.isProtobufFile">isProtobufFile</a></td> |
913 <td>Public method to check, if this file is a Google Protocol Buffer file.</td> |
913 <td>Public method to check, if this file is a Google Protocol Buffer file.</td> |
914 </tr> |
914 </tr> |
915 <tr> |
915 <tr> |
916 <td><a href="#BrowserFileItem.isPython2File">isPython2File</a></td> |
|
917 <td>Public method to check, if this file is a Python script.</td> |
|
918 </tr> |
|
919 <tr> |
|
920 <td><a href="#BrowserFileItem.isPython3File">isPython3File</a></td> |
916 <td><a href="#BrowserFileItem.isPython3File">isPython3File</a></td> |
921 <td>Public method to check, if this file is a Python3 script.</td> |
917 <td>Public method to check, if this file is a Python3 script.</td> |
922 </tr> |
918 </tr> |
923 <tr> |
919 <tr> |
924 <td><a href="#BrowserFileItem.isResourcesFile">isResourcesFile</a></td> |
920 <td><a href="#BrowserFileItem.isResourcesFile">isResourcesFile</a></td> |
1139 </dl> |
1135 </dl> |
1140 <dl> |
1136 <dl> |
1141 <dt>Return Type:</dt> |
1137 <dt>Return Type:</dt> |
1142 <dd> |
1138 <dd> |
1143 bool |
1139 bool |
1144 </dd> |
|
1145 </dl> |
|
1146 <a NAME="BrowserFileItem.isPython2File" ID="BrowserFileItem.isPython2File"></a> |
|
1147 <h4>BrowserFileItem.isPython2File</h4> |
|
1148 <b>isPython2File</b>(<i></i>) |
|
1149 |
|
1150 <p> |
|
1151 Public method to check, if this file is a Python script. |
|
1152 </p> |
|
1153 <dl> |
|
1154 <dt>Returns:</dt> |
|
1155 <dd> |
|
1156 flag indicating a Python file (boolean) |
|
1157 </dd> |
1140 </dd> |
1158 </dl> |
1141 </dl> |
1159 <a NAME="BrowserFileItem.isPython3File" ID="BrowserFileItem.isPython3File"></a> |
1142 <a NAME="BrowserFileItem.isPython3File" ID="BrowserFileItem.isPython3File"></a> |
1160 <h4>BrowserFileItem.isPython3File</h4> |
1143 <h4>BrowserFileItem.isPython3File</h4> |
1161 <b>isPython3File</b>(<i></i>) |
1144 <b>isPython3File</b>(<i></i>) |