Robot Framework Integrated Development Environment (RIDE)
robotide.namespace.namespace.RetrieverContext Class Reference

Public Member Functions

def __init__ (self)
 
def allow_going_through_resources_again (self)
 Resets the parsed resources cache. More...
 
def replace_variables (self, text)
 
def set_variables_from_datafile_variable_table (self, datafile)
 

Public Attributes

 parsed
 
 vars
 

Detailed Description

Definition at line 246 of file namespace.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.namespace.namespace.RetrieverContext.__init__ (   self)

Definition at line 247 of file namespace.py.

Member Function Documentation

◆ allow_going_through_resources_again()

def robotide.namespace.namespace.RetrieverContext.allow_going_through_resources_again (   self)

Resets the parsed resources cache.

    Normally all resources that have been handled are added to 'parsed' and
    then not handled again, to prevent looping forever. If this same
    context is used for going through the resources again, this method
    should be called first.

Definition at line 264 of file namespace.py.

◆ replace_variables()

def robotide.namespace.namespace.RetrieverContext.replace_variables (   self,
  text 
)

Definition at line 254 of file namespace.py.

◆ set_variables_from_datafile_variable_table()

def robotide.namespace.namespace.RetrieverContext.set_variables_from_datafile_variable_table (   self,
  datafile 
)

Definition at line 251 of file namespace.py.

Member Data Documentation

◆ parsed

robotide.namespace.namespace.RetrieverContext.parsed

Definition at line 249 of file namespace.py.

◆ vars

robotide.namespace.namespace.RetrieverContext.vars

Definition at line 248 of file namespace.py.


The documentation for this class was generated from the following file: