Robot Framework
search.py File Reference

Go to the source code of this file.

Classes

class  robot.variables.search.VariableIterator
 
class  robot.variables.search.VariableMatch
 

Namespaces

 robot.variables.search
 

Functions

def robot.variables.search._find_variable_start (string, identifiers)
 
def robot.variables.search._not_escaped (string, index)
 
def robot.variables.search._search_variable (string, identifiers, ignore_errors=False)
 
def robot.variables.search.contains_variable (string, identifiers='$@&')
 
def robot.variables.search.is_assign (string, identifiers='$@&', allow_assign_mark=False)
 
def robot.variables.search.is_dict_assign (string, allow_assign_mark=False)
 
def robot.variables.search.is_dict_variable (string)
 
def robot.variables.search.is_list_assign (string, allow_assign_mark=False)
 
def robot.variables.search.is_list_variable (string)
 
def robot.variables.search.is_scalar_assign (string, allow_assign_mark=False)
 
def robot.variables.search.is_scalar_variable (string)
 
def robot.variables.search.is_variable (string, identifiers='$@&')
 
def robot.variables.search.search_variable (string, identifiers='$@&% *', ignore_errors=False)
 
def robot.variables.search.unescape_variable_syntax (item)