139 <tr><td>None</td></tr> |
139 <tr><td>None</td></tr> |
140 </table> |
140 </table> |
141 <h3>Methods</h3> |
141 <h3>Methods</h3> |
142 <table> |
142 <table> |
143 <tr> |
143 <tr> |
|
144 <td><a href="#Completer.__init__">Completer</a></td> |
|
145 <td>Create a new completer for the command line.</td> |
|
146 </tr><tr> |
144 <td><a href="#Completer.attr_matches">attr_matches</a></td> |
147 <td><a href="#Completer.attr_matches">attr_matches</a></td> |
145 <td>Compute matches when text contains a dot.</td> |
148 <td>Compute matches when text contains a dot.</td> |
146 </tr><tr> |
149 </tr><tr> |
147 <td><a href="#Completer.complete">complete</a></td> |
150 <td><a href="#Completer.complete">complete</a></td> |
148 <td>Return the next possible completion for 'text'.</td> |
151 <td>Return the next possible completion for 'text'.</td> |