src/eric7/Documentation/Source/eric7.DebugClients.Python.FlexCompleter.html

branch
eric7
changeset 10417
c6011e501282
parent 9209
b99e7fd55fd3
child 10479
856476537696
diff -r 5d807e997391 -r c6011e501282 src/eric7/Documentation/Source/eric7.DebugClients.Python.FlexCompleter.html
--- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.FlexCompleter.html	Sat Dec 16 17:52:02 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.FlexCompleter.html	Sun Dec 17 17:15:19 2023 +0100
@@ -161,9 +161,9 @@
 </p>
 <dl>
 
-<dt><i>namespace</i></dt>
+<dt><i>namespace</i> (dict)</dt>
 <dd>
-The namespace for the completer.
+namespace for the completer
 </dd>
 </dl>
 <dl>
@@ -183,19 +183,25 @@
 </p>
 <dl>
 
-<dt><i>val</i></dt>
+<dt><i>val</i> (Any)</dt>
 <dd>
-value to check (object)
+value to check
 </dd>
-<dt><i>word</i></dt>
+<dt><i>word</i> (str)</dt>
 <dd>
-word to ammend (string)
+word to amend
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-ammended word (string)
+amended word
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="Completer.attr_matches" ID="Completer.attr_matches"></a>
@@ -217,15 +223,21 @@
 </p>
 <dl>
 
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-The text to be completed. (string)
+text to be completed
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-A list of all matches.
+list of all matches
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="Completer.complete" ID="Completer.complete"></a>
@@ -241,19 +253,25 @@
 </p>
 <dl>
 
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-The text to be completed. (string)
+text to be completed
 </dd>
-<dt><i>state</i></dt>
+<dt><i>state</i> (int)</dt>
 <dd>
-The state of the completion. (integer)
+state of the completion
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-The possible completions as a list of strings.
+possible completions
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <a NAME="Completer.global_matches" ID="Completer.global_matches"></a>
@@ -265,16 +283,22 @@
 </p>
 <dl>
 
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-The text to be completed. (string)
+text to be completed
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-A list of all keywords, built-in functions and names currently
-        defined in self.namespace that match.
+list of all keywords, built-in functions and names currently
+            defined in self.namespace that match
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
@@ -289,15 +313,21 @@
 </p>
 <dl>
 
-<dt><i>klass</i></dt>
+<dt><i>klass</i> (Any)</dt>
 <dd>
-The class object to be analysed.
+class object to be analyzed
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-A list of all names defined in the class.
+list of all names defined in the class
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of str
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial