|
| def | _format (self, choice, prefix, duplicate_names) |
| |
| def | _format_choices (self, choices, prefix, duplicate_names) |
| |
| def | _get_choices (self, value, row) |
| |
| def | _get_duplicate_names (self, choices) |
| |
| def | _matches_unique_shortname (self, choice, prefix, duplicate_names) |
| |
Definition at line 355 of file contentassist.py.
◆ __init__()
| def robotide.editor.contentassist.Suggestions.__init__ |
( |
|
self, |
|
|
|
suggestion_source |
|
) |
| |
◆ _format()
| def robotide.editor.contentassist.Suggestions._format |
( |
|
self, |
|
|
|
choice, |
|
|
|
prefix, |
|
|
|
duplicate_names |
|
) |
| |
|
private |
◆ _format_choices()
| def robotide.editor.contentassist.Suggestions._format_choices |
( |
|
self, |
|
|
|
choices, |
|
|
|
prefix, |
|
|
|
duplicate_names |
|
) |
| |
|
private |
◆ _get_choices()
| def robotide.editor.contentassist.Suggestions._get_choices |
( |
|
self, |
|
|
|
value, |
|
|
|
row |
|
) |
| |
|
private |
◆ _get_duplicate_names()
| def robotide.editor.contentassist.Suggestions._get_duplicate_names |
( |
|
self, |
|
|
|
choices |
|
) |
| |
|
private |
◆ _matches_unique_shortname()
| def robotide.editor.contentassist.Suggestions._matches_unique_shortname |
( |
|
self, |
|
|
|
choice, |
|
|
|
prefix, |
|
|
|
duplicate_names |
|
) |
| |
|
private |
◆ get_for()
| def robotide.editor.contentassist.Suggestions.get_for |
( |
|
self, |
|
|
|
value, |
|
|
|
row = None |
|
) |
| |
◆ get_item()
| def robotide.editor.contentassist.Suggestions.get_item |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ _previous_choices
| robotide.editor.contentassist.Suggestions._previous_choices |
|
private |
◆ _previous_value
| robotide.editor.contentassist.Suggestions._previous_value |
|
private |
◆ _suggestion_source
| robotide.editor.contentassist.Suggestions._suggestion_source |
|
private |
The documentation for this class was generated from the following file: