Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html

branch
6_1_x
changeset 4836
51e12b77428e
parent 3673
e26d7d0c1088
--- a/Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html	Mon Feb 22 22:26:21 2016 +0100
+++ b/Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html	Fri Mar 11 19:41:52 2016 +0100
@@ -143,6 +143,9 @@
 <td><a href="#Completer.__init__">Completer</a></td>
 <td>Constructor</td>
 </tr><tr>
+<td><a href="#Completer._callable_postfix">_callable_postfix</a></td>
+<td>Protected method to check for a callable.</td>
+</tr><tr>
 <td><a href="#Completer.attr_matches">attr_matches</a></td>
 <td>Public method to compute matches when text contains a dot.</td>
 </tr><tr>
@@ -183,6 +186,24 @@
 <dd>
 raised to indicate a wrong namespace structure
 </dd>
+</dl><a NAME="Completer._callable_postfix" ID="Completer._callable_postfix"></a>
+<h4>Completer._callable_postfix</h4>
+<b>_callable_postfix</b>(<i>val, word</i>)
+<p>
+        Protected method to check for a callable.
+</p><dl>
+<dt><i>val</i></dt>
+<dd>
+value to check (object)
+</dd><dt><i>word</i></dt>
+<dd>
+word to ammend (string)
+</dd>
+</dl><dl>
+<dt>Returns:</dt>
+<dd>
+ammended word (string)
+</dd>
 </dl><a NAME="Completer.attr_matches" ID="Completer.attr_matches"></a>
 <h4>Completer.attr_matches</h4>
 <b>attr_matches</b>(<i>text</i>)

eric ide

mercurial