Documentation/Source/eric5.DebugClients.Python3.FlexCompleter.html

changeset 2966
f85f686981ad
parent 2387
2d119e79ab54
child 3591
2f2a4a76dd22
equal deleted inserted replaced
2965:d133c7edd88a 2966:f85f686981ad
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body><a NAME="top" ID="top"></a>
22 <h1>eric5.DebugClients.Python3.FlexCompleter</h1> 22 <h1>eric5.DebugClients.Python3.FlexCompleter</h1>
23 <p> 23 <p>
24 Word completion for the eric5 shell 24 Word completion for the eric5 shell.
25 </p><p> 25 </p><p>
26 <h4>NOTE for eric5 variant</h4> 26 <h4>NOTE for eric5 variant</h4>
27 </p><p> 27 </p><p>
28 This version is a re-implementation of rlcompleter 28 This version is a re-implementation of rlcompleter
29 as found in the Python3 library. It is modified to work with the eric5 29 as found in the Python3 library. It is modified to work with the eric5
143 </p><dl> 143 </p><dl>
144 <dt><i>namespace</i></dt> 144 <dt><i>namespace</i></dt>
145 <dd> 145 <dd>
146 The namespace for the completer. 146 The namespace for the completer.
147 </dd> 147 </dd>
148 </dl><dl>
149 <dt>Raises <b>TypeError</b>:</dt>
150 <dd>
151 raised to indicate a wrong data structure of
152 the namespace object
153 </dd>
148 </dl><a NAME="Completer._callable_postfix" ID="Completer._callable_postfix"></a> 154 </dl><a NAME="Completer._callable_postfix" ID="Completer._callable_postfix"></a>
149 <h4>Completer._callable_postfix</h4> 155 <h4>Completer._callable_postfix</h4>
150 <b>_callable_postfix</b>(<i>val, word</i>) 156 <b>_callable_postfix</b>(<i>val, word</i>)
151 <p> 157 <p>
152 Protected method to check for a callable. 158 Protected method to check for a callable.

eric ide

mercurial