diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.DebugClients.Python.FlexCompleter.html --- a/src/eric7/Documentation/Source/eric7.DebugClients.Python.FlexCompleter.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.DebugClients.Python.FlexCompleter.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,7 +7,6 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.DebugClients.Python.FlexCompleter</h1> - <p> Word completion for the eric shell. </p> @@ -63,53 +62,50 @@ </li> </ul> </p> + <h3>Global Attributes</h3> - <table> <tr><td>__all__</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#Completer">Completer</a></td> <td>Class implementing the command line completer object.</td> </tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#get_class_members">get_class_members</a></td> <td>Module function to retrieve the class members.</td> </tr> </table> + <hr /> <hr /> <a NAME="Completer" ID="Completer"></a> <h2>Completer</h2> - <p> Class implementing the command line completer object. </p> + <h3>Derived from</h3> None <h3>Class Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Class Methods</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Methods</h3> - <table> - <tr> <td><a href="#Completer.__init__">Completer</a></td> <td>Constructor</td> @@ -131,16 +127,16 @@ <td>Public method to compute matches when text is a simple name.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="Completer.__init__" ID="Completer.__init__"></a> <h4>Completer (Constructor)</h4> <b>Completer</b>(<i>namespace=None</i>) - <p> Constructor </p> @@ -159,6 +155,7 @@ <p> readline.set_completer(Completer(my_namespace).complete) </p> + <dl> <dt><i>namespace</i> (dict)</dt> @@ -177,10 +174,10 @@ <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> (Any)</dt> @@ -207,7 +204,6 @@ <a NAME="Completer.attr_matches" ID="Completer.attr_matches"></a> <h4>Completer.attr_matches</h4> <b>attr_matches</b>(<i>text</i>) - <p> Public method to compute matches when text contains a dot. </p> @@ -221,6 +217,7 @@ <b>WARNING</b>: this can still invoke arbitrary C code, if an object with a __getattr__ hook is evaluated. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -243,7 +240,6 @@ <a NAME="Completer.complete" ID="Completer.complete"></a> <h4>Completer.complete</h4> <b>complete</b>(<i>text, state</i>) - <p> Public method to return the next possible completion for 'text'. </p> @@ -251,6 +247,7 @@ This is called successively with state == 0, 1, 2, ... until it returns None. The completion should begin with 'text'. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -277,10 +274,10 @@ <a NAME="Completer.global_matches" ID="Completer.global_matches"></a> <h4>Completer.global_matches</h4> <b>global_matches</b>(<i>text</i>) - <p> Public method to compute matches when text is a simple name. </p> + <dl> <dt><i>text</i> (str)</dt> @@ -307,10 +304,10 @@ <a NAME="get_class_members" ID="get_class_members"></a> <h2>get_class_members</h2> <b>get_class_members</b>(<i>klass</i>) - <p> Module function to retrieve the class members. </p> + <dl> <dt><i>klass</i> (Any)</dt> @@ -332,4 +329,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>