Definition at line 21 of file dotdict.py.
◆ __init__()
| def robot.utils.dotdict.DotDict.__init__ |
( |
|
self, |
|
|
* |
args, |
|
|
** |
kwds |
|
) |
| |
◆ __delattr__()
| def robot.utils.dotdict.DotDict.__delattr__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
◆ __eq__()
| def robot.utils.dotdict.DotDict.__eq__ |
( |
|
self, |
|
|
|
other |
|
) |
| |
◆ __getattr__()
| def robot.utils.dotdict.DotDict.__getattr__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
◆ __setattr__()
| def robot.utils.dotdict.DotDict.__setattr__ |
( |
|
self, |
|
|
|
key, |
|
|
|
value |
|
) |
| |
◆ __str__()
| def robot.utils.dotdict.DotDict.__str__ |
( |
|
self | ) |
|
◆ _convert_nested_dicts()
| def robot.utils.dotdict.DotDict._convert_nested_dicts |
( |
|
self, |
|
|
|
value |
|
) |
| |
|
private |
◆ _convert_nested_initial_dicts()
| def robot.utils.dotdict.DotDict._convert_nested_initial_dicts |
( |
|
self, |
|
|
|
value |
|
) |
| |
|
private |
◆ __repr__
| robot.utils.dotdict.DotDict.__repr__ = dict.__repr__ |
|
staticprivate |
The documentation for this class was generated from the following file: