--- a/eric6/Documentation/Source/eric6.UI.BrowserModel.html Tue Feb 23 17:31:36 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.BrowserModel.html Tue Feb 23 17:38:12 2021 +0100 @@ -904,6 +904,10 @@ <td>Public method returning the filename.</td> </tr> <tr> +<td><a href="#BrowserFileItem.isCythonFile">isCythonFile</a></td> +<td>Public method to check, if this file is a Cython file.</td> +</tr> +<tr> <td><a href="#BrowserFileItem.isDFile">isDFile</a></td> <td>Public method to check, if this file is a D file.</td> </tr> @@ -1043,6 +1047,25 @@ filename (string) </dd> </dl> +<a NAME="BrowserFileItem.isCythonFile" ID="BrowserFileItem.isCythonFile"></a> +<h4>BrowserFileItem.isCythonFile</h4> +<b>isCythonFile</b>(<i></i>) + +<p> + Public method to check, if this file is a Cython file. +</p> +<dl> +<dt>Return:</dt> +<dd> +flag indicating a Cython file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool +</dd> +</dl> <a NAME="BrowserFileItem.isDFile" ID="BrowserFileItem.isDFile"></a> <h4>BrowserFileItem.isDFile</h4> <b>isDFile</b>(<i></i>) @@ -1176,7 +1199,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating a Python file (boolean) +flag indicating a Python3 file +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="BrowserFileItem.isResourcesFile" ID="BrowserFileItem.isResourcesFile"></a>