Robot Framework
robot.variables.scopes.GlobalVariables Class Reference
Inheritance diagram for robot.variables.scopes.GlobalVariables:
robot.variables.variables.Variables

Public Member Functions

def __init__ (self, settings)
 
- Public Member Functions inherited from robot.variables.variables.Variables
def __contains__ (self, name)
 
def __getitem__ (self, name)
 
def __init__ (self)
 
def __setitem__ (self, name, value)
 
def as_dict (self, decoration=True)
 
def clear (self)
 
def copy (self)
 
def replace_list (self, items, replace_until=None, ignore_errors=False)
 
def replace_scalar (self, item, ignore_errors=False)
 
def replace_string (self, item, custom_unescaper=None, ignore_errors=False)
 
def resolve_delayed (self)
 
def set_from_file (self, path_or_variables, args=None, overwrite=False)
 
def set_from_variable_table (self, variables, overwrite=False)
 
def update (self, variables)
 

Private Member Functions

def _set_built_in_variables (self, settings)
 
def _set_cli_variables (self, settings)
 

Static Private Attributes

tuple _import_by_path_ends
 

Additional Inherited Members

- Public Attributes inherited from robot.variables.variables.Variables
 store
 

Detailed Description

Definition at line 172 of file scopes.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.variables.scopes.GlobalVariables.__init__ (   self,
  settings 
)

Definition at line 178 of file scopes.py.

Member Function Documentation

◆ _set_built_in_variables()

def robot.variables.scopes.GlobalVariables._set_built_in_variables (   self,
  settings 
)
private

Definition at line 200 of file scopes.py.

◆ _set_cli_variables()

def robot.variables.scopes.GlobalVariables._set_cli_variables (   self,
  settings 
)
private

Definition at line 183 of file scopes.py.

Member Data Documentation

◆ _import_by_path_ends

robot.variables.scopes.GlobalVariables._import_by_path_ends
staticprivate

Definition at line 176 of file scopes.py.


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