Robot Framework
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 229 of file scopes.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 231 of file scopes.py.

Member Function Documentation

◆ end_keyword()

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

Definition at line 258 of file scopes.py.

◆ end_suite()

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

Definition at line 243 of file scopes.py.

◆ end_test()

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

Definition at line 251 of file scopes.py.

◆ set_global()

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

Definition at line 261 of file scopes.py.

◆ set_keyword()

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

Definition at line 275 of file scopes.py.

◆ set_suite()

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

Definition at line 266 of file scopes.py.

◆ set_test()

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

Definition at line 269 of file scopes.py.

◆ start_keyword()

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

Definition at line 255 of file scopes.py.

◆ start_suite()

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

Definition at line 236 of file scopes.py.

◆ start_test()

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

Definition at line 247 of file scopes.py.

◆ update()

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

Definition at line 278 of file scopes.py.

Member Data Documentation

◆ _scopes

robot.variables.scopes.SetVariables._scopes
private

Definition at line 234 of file scopes.py.

◆ _suite

robot.variables.scopes.SetVariables._suite
private

Definition at line 232 of file scopes.py.

◆ _test

robot.variables.scopes.SetVariables._test
private

Definition at line 233 of file scopes.py.


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