Robot Framework Integrated Development Environment (RIDE)
variablematcher.py File Reference

Go to the source code of this file.

Namespaces

 robotide.utils.variablematcher
 

Functions

def robotide.utils.variablematcher.contains_scalar_variable (value)
 
def robotide.utils.variablematcher.find_unique (seq)
 
def robotide.utils.variablematcher.find_variable_basenames (value)
 
def robotide.utils.variablematcher.get_variable (value)
 Returns variables name without equal sign '=' and indexing '[2]' or None. More...
 
def robotide.utils.variablematcher.get_variable_basename (value)
 
def robotide.utils.variablematcher.is_dict_var_access (value)
 
def robotide.utils.variablematcher.is_dict_variable (value)
 
def robotide.utils.variablematcher.is_list_variable (value)
 
def robotide.utils.variablematcher.is_list_variable_subitem (value)
 
def robotide.utils.variablematcher.is_scalar_variable (value)
 
def robotide.utils.variablematcher.is_variable (value)
 
def robotide.utils.variablematcher.value_contains_variable (value, varname)
 

Variables

 robotide.utils.variablematcher._DICT_VARIABLE_MATCHER
 
 robotide.utils.variablematcher._DICT_VARIABLE_SUBITEM_END_MATCHER
 
 robotide.utils.variablematcher._LIST_VARIABLE_MATCHER
 
 robotide.utils.variablematcher._LIST_VARIABLE_SUBITEM_END_MATCHER
 
 robotide.utils.variablematcher._SCALAR_VARIABLE_LINE_MATCHER
 
 robotide.utils.variablematcher._SCALAR_VARIABLE_MATCHER
 
string robotide.utils.variablematcher._VAR_BODY