Robot Framework
robot.utils.dotdict.DotDict Class Reference
Inheritance diagram for robot.utils.dotdict.DotDict:

Public Member Functions

def __delattr__ (self, key)
 
def __eq__ (self, other)
 
def __getattr__ (self, key)
 
def __init__ (self, *args, **kwds)
 
def __setattr__ (self, key, value)
 
def __str__ (self)
 

Private Member Functions

def _convert_nested_dicts (self, value)
 
def _convert_nested_initial_dicts (self, value)
 

Static Private Attributes

 __repr__ = dict.__repr__
 

Detailed Description

Definition at line 21 of file dotdict.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.utils.dotdict.DotDict.__init__ (   self,
args,
**  kwds 
)

Definition at line 23 of file dotdict.py.

Member Function Documentation

◆ __delattr__()

def robot.utils.dotdict.DotDict.__delattr__ (   self,
  key 
)

Definition at line 54 of file dotdict.py.

◆ __eq__()

def robot.utils.dotdict.DotDict.__eq__ (   self,
  other 
)

Definition at line 60 of file dotdict.py.

◆ __getattr__()

def robot.utils.dotdict.DotDict.__getattr__ (   self,
  key 
)

Definition at line 42 of file dotdict.py.

◆ __setattr__()

def robot.utils.dotdict.DotDict.__setattr__ (   self,
  key,
  value 
)

Definition at line 48 of file dotdict.py.

◆ __str__()

def robot.utils.dotdict.DotDict.__str__ (   self)

Definition at line 63 of file dotdict.py.

◆ _convert_nested_dicts()

def robot.utils.dotdict.DotDict._convert_nested_dicts (   self,
  value 
)
private

Definition at line 33 of file dotdict.py.

◆ _convert_nested_initial_dicts()

def robot.utils.dotdict.DotDict._convert_nested_initial_dicts (   self,
  value 
)
private

Definition at line 28 of file dotdict.py.

Member Data Documentation

◆ __repr__

robot.utils.dotdict.DotDict.__repr__ = dict.__repr__
staticprivate

Definition at line 67 of file dotdict.py.


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