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

Static Public Attributes

string name = 'List'
 
string prefix = '@'
 

Static Private Attributes

 __call__ = lambda self, name: is_list_var(name)
 

Detailed Description

Definition at line 190 of file tablecontrollers.py.

Member Data Documentation

◆ __call__

robotide.controller.tablecontrollers._ListVarValidator.__call__ = lambda self, name: is_list_var(name)
staticprivate

Definition at line 191 of file tablecontrollers.py.

◆ name

string robotide.controller.tablecontrollers._ListVarValidator.name = 'List'
static

Definition at line 192 of file tablecontrollers.py.

◆ prefix

string robotide.controller.tablecontrollers._ListVarValidator.prefix = '@'
static

Definition at line 193 of file tablecontrollers.py.


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