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

Static Public Attributes

string name = 'Scalar'
 
string prefix = '$'
 

Static Private Attributes

 __call__ = lambda self, name: is_scalar_var(name)
 

Detailed Description

Definition at line 184 of file tablecontrollers.py.

Member Data Documentation

◆ __call__

robotide.controller.tablecontrollers._ScalarVarValidator.__call__ = lambda self, name: is_scalar_var(name)
staticprivate

Definition at line 185 of file tablecontrollers.py.

◆ name

string robotide.controller.tablecontrollers._ScalarVarValidator.name = 'Scalar'
static

Definition at line 186 of file tablecontrollers.py.

◆ prefix

string robotide.controller.tablecontrollers._ScalarVarValidator.prefix = '$'
static

Definition at line 187 of file tablecontrollers.py.


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