Robot Framework Integrated Development Environment (RIDE)
robotide.controller.tablecontrollers._DictVarValidator Class Reference

Static Public Attributes

string name = 'Dictionary'
 
string prefix = '&'
 

Static Private Attributes

 __call__ = lambda self, name: is_dict_var(name)
 

Detailed Description

Definition at line 196 of file tablecontrollers.py.

Member Data Documentation

◆ __call__

robotide.controller.tablecontrollers._DictVarValidator.__call__ = lambda self, name: is_dict_var(name)
staticprivate

Definition at line 197 of file tablecontrollers.py.

◆ name

string robotide.controller.tablecontrollers._DictVarValidator.name = 'Dictionary'
static

Definition at line 198 of file tablecontrollers.py.

◆ prefix

string robotide.controller.tablecontrollers._DictVarValidator.prefix = '&'
static

Definition at line 199 of file tablecontrollers.py.


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