|
| def | __init__ (self, name) |
| |
| def | __eq__ (self, other) |
| |
| def | __hash__ (self) |
| |
| def | __init__ (self, name, value, source) |
| | Creates an item info. More...
|
| |
| def | __lt__ (self, other) |
| |
| def | name_matches (self, pattern) |
| |
| def | __cmp__ (self, other) |
| |
| def | is_library_keyword (self) |
| |
| def | is_user_keyword (self) |
| |
| def | longname_begins_with (self, prefix) |
| |
| def | name_begins_with (self, prefix) |
| |
|
| string | SOURCE = 'Local variable' |
| |
Definition at line 153 of file iteminfo.py.
◆ __init__()
| def robotide.spec.iteminfo.LocalVariableInfo.__init__ |
( |
|
self, |
|
|
|
name |
|
) |
| |
◆ SOURCE
| string robotide.spec.iteminfo.LocalVariableInfo.SOURCE = 'Local variable' |
|
static |
The documentation for this class was generated from the following file: