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

changeset 7998
cd41c844862f
parent 7994
49aa77e9c593
child 8008
ae9ab1e150dc
--- a/eric6/Documentation/Source/eric6.Project.Project.html	Fri Jan 22 14:14:15 2021 +0100
+++ b/eric6/Documentation/Source/eric6.Project.Project.html	Fri Jan 22 16:48:43 2021 +0100
@@ -677,6 +677,10 @@
 <td>Public method to get the default extension for the project's programming language.</td>
 </tr>
 <tr>
+<td><a href="#Project.getDocstringType">getDocstringType</a></td>
+<td>Public method to get the configured docstring style.</td>
+</tr>
+<tr>
 <td><a href="#Project.getEditorLexerAssoc">getEditorLexerAssoc</a></td>
 <td>Public method to retrieve a lexer association.</td>
 </tr>
@@ -813,6 +817,10 @@
 <td>Public slot used to handle the preferencesChanged signal.</td>
 </tr>
 <tr>
+<td><a href="#Project.hasDefaultDocstringParameter">hasDefaultDocstringParameter</a></td>
+<td>Public method to test, if the project contains the default docstring parameter.</td>
+</tr>
+<tr>
 <td><a href="#Project.hasDefaultIdlCompilerParameters">hasDefaultIdlCompilerParameters</a></td>
 <td>Public method to test, if the project contains the default IDL compiler parameters.</td>
 </tr>
@@ -2404,6 +2412,25 @@
 default extension (including the dot) (string)
 </dd>
 </dl>
+<a NAME="Project.getDocstringType" ID="Project.getDocstringType"></a>
+<h4>Project.getDocstringType</h4>
+<b>getDocstringType</b>(<i></i>)
+
+<p>
+        Public method to get the configured docstring style.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+configured docstring style
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="Project.getEditorLexerAssoc" ID="Project.getEditorLexerAssoc"></a>
 <h4>Project.getEditorLexerAssoc</h4>
 <b>getEditorLexerAssoc</b>(<i>filename</i>)
@@ -2980,6 +3007,26 @@
 <p>
         Public slot used to handle the preferencesChanged signal.
 </p>
+<a NAME="Project.hasDefaultDocstringParameter" ID="Project.hasDefaultDocstringParameter"></a>
+<h4>Project.hasDefaultDocstringParameter</h4>
+<b>hasDefaultDocstringParameter</b>(<i></i>)
+
+<p>
+        Public method to test, if the project contains the default docstring
+        parameter.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+flag indicating default parameter
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+bool
+</dd>
+</dl>
 <a NAME="Project.hasDefaultIdlCompilerParameters" ID="Project.hasDefaultIdlCompilerParameters"></a>
 <h4>Project.hasDefaultIdlCompilerParameters</h4>
 <b>hasDefaultIdlCompilerParameters</b>(<i></i>)

eric ide

mercurial