96 object |
96 object |
97 <h3>Class Attributes</h3> |
97 <h3>Class Attributes</h3> |
98 <table> |
98 <table> |
99 <tr><td>None</td></tr> |
99 <tr><td>None</td></tr> |
100 </table> |
100 </table> |
|
101 <h3>Class Methods</h3> |
|
102 <table> |
|
103 <tr><td>None</td></tr> |
|
104 </table> |
101 <h3>Methods</h3> |
105 <h3>Methods</h3> |
102 <table> |
106 <table> |
103 <tr> |
107 <tr> |
104 <td><a href="#Completer.__init__">Completer</a></td> |
108 <td><a href="#Completer.__init__">Completer</a></td> |
105 <td>Create a new completer for the command line.</td> |
109 <td>Create a new completer for the command line.</td> |
114 <td>Return the next possible completion for 'text'.</td> |
118 <td>Return the next possible completion for 'text'.</td> |
115 </tr><tr> |
119 </tr><tr> |
116 <td><a href="#Completer.global_matches">global_matches</a></td> |
120 <td><a href="#Completer.global_matches">global_matches</a></td> |
117 <td>Compute matches when text is a simple name.</td> |
121 <td>Compute matches when text is a simple name.</td> |
118 </tr> |
122 </tr> |
|
123 </table> |
|
124 <h3>Static Methods</h3> |
|
125 <table> |
|
126 <tr><td>None</td></tr> |
119 </table> |
127 </table> |
120 <a NAME="Completer.__init__" ID="Completer.__init__"></a> |
128 <a NAME="Completer.__init__" ID="Completer.__init__"></a> |
121 <h4>Completer (Constructor)</h4> |
129 <h4>Completer (Constructor)</h4> |
122 <b>Completer</b>(<i>namespace = None</i>) |
130 <b>Completer</b>(<i>namespace = None</i>) |
123 <p> |
131 <p> |