Robot Framework
robot.running.arguments.customconverters.CustomArgumentConverters Class Reference

Public Member Functions

def __init__ (self, converters)
 
def __iter__ (self)
 
def __len__ (self)
 
def from_dict (cls, converters, error_reporter)
 
def get_converter_info (self, type_)
 

Public Attributes

 converters
 

Detailed Description

Definition at line 21 of file customconverters.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.arguments.customconverters.CustomArgumentConverters.__init__ (   self,
  converters 
)

Definition at line 23 of file customconverters.py.

Member Function Documentation

◆ __iter__()

def robot.running.arguments.customconverters.CustomArgumentConverters.__iter__ (   self)

Definition at line 45 of file customconverters.py.

◆ __len__()

def robot.running.arguments.customconverters.CustomArgumentConverters.__len__ (   self)

Definition at line 48 of file customconverters.py.

◆ from_dict()

def robot.running.arguments.customconverters.CustomArgumentConverters.from_dict (   cls,
  converters,
  error_reporter 
)

Definition at line 27 of file customconverters.py.

◆ get_converter_info()

def robot.running.arguments.customconverters.CustomArgumentConverters.get_converter_info (   self,
  type_ 
)

Definition at line 38 of file customconverters.py.

Member Data Documentation

◆ converters

robot.running.arguments.customconverters.CustomArgumentConverters.converters

Definition at line 24 of file customconverters.py.


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