Robot Framework Integrated Development Environment (RIDE)
robotide.lib.robot.variables.scopes.SetVariables Class Reference

Public Member Functions

def __init__ (self)
 
def end_keyword (self)
 
def end_suite (self)
 
def end_test (self)
 
def set_global (self, name, value)
 
def set_keyword (self, name, value)
 
def set_suite (self, name, value)
 
def set_test (self, name, value)
 
def start_keyword (self)
 
def start_suite (self)
 
def start_test (self)
 
def update (self, variables)
 

Private Attributes

 _scopes
 
 _suite
 
 _test
 

Detailed Description

Definition at line 213 of file scopes.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.lib.robot.variables.scopes.SetVariables.__init__ (   self)

Definition at line 215 of file scopes.py.

Member Function Documentation

◆ end_keyword()

def robotide.lib.robot.variables.scopes.SetVariables.end_keyword (   self)

Definition at line 242 of file scopes.py.

◆ end_suite()

def robotide.lib.robot.variables.scopes.SetVariables.end_suite (   self)

Definition at line 227 of file scopes.py.

◆ end_test()

def robotide.lib.robot.variables.scopes.SetVariables.end_test (   self)

Definition at line 235 of file scopes.py.

◆ set_global()

def robotide.lib.robot.variables.scopes.SetVariables.set_global (   self,
  name,
  value 
)

Definition at line 245 of file scopes.py.

◆ set_keyword()

def robotide.lib.robot.variables.scopes.SetVariables.set_keyword (   self,
  name,
  value 
)

Definition at line 259 of file scopes.py.

◆ set_suite()

def robotide.lib.robot.variables.scopes.SetVariables.set_suite (   self,
  name,
  value 
)

Definition at line 250 of file scopes.py.

◆ set_test()

def robotide.lib.robot.variables.scopes.SetVariables.set_test (   self,
  name,
  value 
)

Definition at line 253 of file scopes.py.

◆ start_keyword()

def robotide.lib.robot.variables.scopes.SetVariables.start_keyword (   self)

Definition at line 239 of file scopes.py.

◆ start_suite()

def robotide.lib.robot.variables.scopes.SetVariables.start_suite (   self)

Definition at line 220 of file scopes.py.

◆ start_test()

def robotide.lib.robot.variables.scopes.SetVariables.start_test (   self)

Definition at line 231 of file scopes.py.

◆ update()

def robotide.lib.robot.variables.scopes.SetVariables.update (   self,
  variables 
)

Definition at line 262 of file scopes.py.

Member Data Documentation

◆ _scopes

robotide.lib.robot.variables.scopes.SetVariables._scopes
private

Definition at line 218 of file scopes.py.

◆ _suite

robotide.lib.robot.variables.scopes.SetVariables._suite
private

Definition at line 216 of file scopes.py.

◆ _test

robotide.lib.robot.variables.scopes.SetVariables._test
private

Definition at line 217 of file scopes.py.


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