Robot Framework Integrated Development Environment (RIDE)
robotide.controller.tablecontrollers._NameValidation Class Reference
Inheritance diagram for robotide.controller.tablecontrollers._NameValidation:
robotide.controller.tablecontrollers.MacroNameValidation robotide.controller.tablecontrollers.VariableNameValidation

Public Member Functions

def __init__ (self, table, name, named_ctrl=None)
 

Public Attributes

 error_message
 

Private Member Functions

def _name_taken (self, name)
 

Private Attributes

 _named_ctrl
 
 _table
 

Detailed Description

Definition at line 202 of file tablecontrollers.py.

Constructor & Destructor Documentation

◆ __init__()

def robotide.controller.tablecontrollers._NameValidation.__init__ (   self,
  table,
  name,
  named_ctrl = None 
)

Definition at line 204 of file tablecontrollers.py.

Member Function Documentation

◆ _name_taken()

def robotide.controller.tablecontrollers._NameValidation._name_taken (   self,
  name 
)
private

Definition at line 210 of file tablecontrollers.py.

Member Data Documentation

◆ _named_ctrl

robotide.controller.tablecontrollers._NameValidation._named_ctrl
private

Definition at line 207 of file tablecontrollers.py.

◆ _table

robotide.controller.tablecontrollers._NameValidation._table
private

Definition at line 205 of file tablecontrollers.py.

◆ error_message

robotide.controller.tablecontrollers._NameValidation.error_message

Definition at line 206 of file tablecontrollers.py.


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