Classes | |
| class | Symbol |
| Defines a symbol as parsed by the autocompleter. More... | |
| class | BaseCompleter |
| Base Autocomp provider class. More... | |
Functions | |
| def | CreateSymbols |
| Convert a list of strings to a list of Symbol objects. | |
Variables | |
| string | __author__ = "Cody Precord <cprecord@editra.org>" |
| Base class for autocompletion providers to implement the completion interface. | |
| string | __svnid__ = "$Id: completer.py 70211 2011-12-31 02:23:54Z CJP $" |
| string | __revision__ = "$Revision: 70211 $" |
| list | __all__ |
| tuple | TYPE_UNKNOWN = range(1, 9) |
| def Editra.src.autocomp.completer.CreateSymbols | ( | arglst, | |
symtype = TYPE_UNKNOWN |
|||
| ) |
Convert a list of strings to a list of Symbol objects.
| arglst | list of strings |
| symtype | TYPE_FOO |
| list __all__ |
00001 [ 'TYPE_FUNCTION', 'TYPE_METHOD', 'TYPE_CLASS', 'TYPE_ATTRIBUTE', 00002 'TYPE_VARIABLE', 'TYPE_ELEMENT', 'TYPE_PROPERTY', 'TYPE_UNKNOWN', 00003 'BaseCompleter', 'Symbol', 'CreateSymbols' ]
| string __author__ = "Cody Precord <cprecord@editra.org>" |
Base class for autocompletion providers to implement the completion interface.
Autocompleter base class
| string __revision__ = "$Revision: 70211 $" |
| string __svnid__ = "$Id: completer.py 70211 2011-12-31 02:23:54Z CJP $" |
| tuple TYPE_UNKNOWN = range(1, 9) |
1.7.6.1