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> |
|
105 <td>Create a new completer for the command line.</td> |
|
106 </tr><tr> |
|
107 <td><a href="#Completer._callable_postfix">_callable_postfix</a></td> |
108 <td><a href="#Completer._callable_postfix">_callable_postfix</a></td> |
108 <td>Protected method to check for a callable.</td> |
109 <td>Protected method to check for a callable.</td> |
109 </tr><tr> |
110 </tr><tr> |
110 <td><a href="#Completer.attr_matches">attr_matches</a></td> |
111 <td><a href="#Completer.attr_matches">attr_matches</a></td> |
111 <td>Compute matches when text contains a dot.</td> |
112 <td>Compute matches when text contains a dot.</td> |
115 </tr><tr> |
116 </tr><tr> |
116 <td><a href="#Completer.global_matches">global_matches</a></td> |
117 <td><a href="#Completer.global_matches">global_matches</a></td> |
117 <td>Compute matches when text is a simple name.</td> |
118 <td>Compute matches when text is a simple name.</td> |
118 </tr> |
119 </tr> |
119 </table> |
120 </table> |
|
121 <h3>Static Methods</h3> |
|
122 <table> |
|
123 <tr><td>None</td></tr> |
|
124 </table> |
120 <a NAME="Completer.__init__" ID="Completer.__init__"></a> |
125 <a NAME="Completer.__init__" ID="Completer.__init__"></a> |
121 <h4>Completer (Constructor)</h4> |
126 <h4>Completer (Constructor)</h4> |
122 <b>Completer</b>(<i>namespace=None</i>) |
127 <b>Completer</b>(<i>namespace=None</i>) |
123 <p> |
128 <p> |
124 Create a new completer for the command line. |
129 Create a new completer for the command line. |