Robot Framework Integrated Development Environment (RIDE)
robotide.spec.iteminfo Namespace Reference

Classes

class  _KeywordInfo
 
class  _UserKeywordInfo
 
class  _XMLKeywordContent
 
class  ArgumentInfo
 
class  BlockKeywordInfo
 Special Info for FOR and END, documentation and since 5.0, IF, ELSE, ELSEIF, WHILE, TRY, EXCEPT, BREAK, CONTINUE. More...
 
class  ItemInfo
 Represents an object that can be displayed by content assistant. More...
 
class  LibraryKeywordInfo
 
class  LocalVariableInfo
 
class  ResourceUserKeywordInfo
 
class  TestCaseUserKeywordInfo
 
class  VariableInfo
 

Variables

dictionary PRIORITIES
 

Variable Documentation

◆ PRIORITIES

dictionary robotide.spec.iteminfo.PRIORITIES
Initial value:
1 = {ItemInfo: 50,
2  LibraryKeywordInfo: 40,
3  BlockKeywordInfo: 35,
4  ResourceUserKeywordInfo: 30,
5  TestCaseUserKeywordInfo: 20,
6  VariableInfo: 10,
7  ArgumentInfo: 5,
8  LocalVariableInfo: 5}

Definition at line 458 of file iteminfo.py.