Definition at line 81 of file iteminfo.py.
◆ __init__()
| def robotide.spec.iteminfo.VariableInfo.__init__ |
( |
|
self, |
|
|
|
name, |
|
|
|
source, |
|
|
|
details |
|
) |
| |
Creates an item info.
:Parameters:
name
Item name. Is shown in the first column of the content assist popup.
source
Item source. Is shown in the second column of the content assist popup.
details
Detailed information for item that is shown in the additional popup
besides the list that contains content assist values. Will be
displayed as HTML.
Reimplemented from robotide.spec.iteminfo.ItemInfo.
Definition at line 83 of file iteminfo.py.
◆ __eq__()
| def robotide.spec.iteminfo.VariableInfo.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __hash__()
| def robotide.spec.iteminfo.VariableInfo.__hash__ |
( |
|
self | ) |
|
◆ __lt__()
| def robotide.spec.iteminfo.VariableInfo.__lt__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ _source_name()
| def robotide.spec.iteminfo.VariableInfo._source_name |
( |
|
self, |
|
|
|
source |
|
) |
| |
|
private |
◆ _undecorate()
| def robotide.spec.iteminfo.VariableInfo._undecorate |
( |
|
self, |
|
|
|
pattern |
|
) |
| |
|
private |
◆ details()
| def robotide.spec.iteminfo.VariableInfo.details |
( |
|
self | ) |
|
|
private |
◆ name_matches()
| def robotide.spec.iteminfo.VariableInfo.name_matches |
( |
|
self, |
|
|
|
pattern |
|
) |
| |
◆ _original_source
| robotide.spec.iteminfo.VariableInfo._original_source |
|
private |
◆ _value
| robotide.spec.iteminfo.VariableInfo._value |
|
private |
◆ details
| robotide.spec.iteminfo.VariableInfo.details = property |
|
static |
The documentation for this class was generated from the following file: