Robot Framework
robot.running.dynamicmethods._DynamicMethod Class Reference
Inheritance diagram for robot.running.dynamicmethods._DynamicMethod:
robot.running.dynamicmethods.GetKeywordArguments robot.running.dynamicmethods.GetKeywordDocumentation robot.running.dynamicmethods.GetKeywordNames robot.running.dynamicmethods.GetKeywordSource robot.running.dynamicmethods.GetKeywordTags robot.running.dynamicmethods.GetKeywordTypes robot.running.dynamicmethods.RunKeyword

Public Member Functions

def __bool__ (self)
 
def __call__ (self, *args)
 
def __init__ (self, lib)
 

Public Attributes

 method
 

Properties

 _camelCaseName = property
 
 name = property
 

Private Member Functions

def _camelCaseName (self)
 
def _get_method (self, lib)
 
def _handle_return_value (self, value)
 
def _to_list (self, value)
 
def _to_list_of_strings (self, value, allow_tuples=False)
 
def _to_string (self, value, allow_tuple=False, allow_none=False)
 
def name (self)
 

Static Private Attributes

 _underscore_name
 

Detailed Description

Definition at line 26 of file dynamicmethods.py.

Constructor & Destructor Documentation

◆ __init__()

def robot.running.dynamicmethods._DynamicMethod.__init__ (   self,
  lib 
)

Reimplemented in robot.running.dynamicmethods.GetKeywordArguments.

Definition at line 32 of file dynamicmethods.py.

Member Function Documentation

◆ __bool__()

def robot.running.dynamicmethods._DynamicMethod.__bool__ (   self)

Definition at line 93 of file dynamicmethods.py.

◆ __call__()

def robot.running.dynamicmethods._DynamicMethod.__call__ (   self,
args 
)

Definition at line 55 of file dynamicmethods.py.

◆ _camelCaseName()

def robot.running.dynamicmethods._DynamicMethod._camelCaseName (   self)
private

Definition at line 45 of file dynamicmethods.py.

◆ _get_method()

def robot.running.dynamicmethods._DynamicMethod._get_method (   self,
  lib 
)
private

Definition at line 35 of file dynamicmethods.py.

◆ _handle_return_value()

◆ _to_list()

def robot.running.dynamicmethods._DynamicMethod._to_list (   self,
  value 
)
private

Definition at line 78 of file dynamicmethods.py.

◆ _to_list_of_strings()

def robot.running.dynamicmethods._DynamicMethod._to_list_of_strings (   self,
  value,
  allow_tuples = False 
)
private

Definition at line 85 of file dynamicmethods.py.

◆ _to_string()

def robot.running.dynamicmethods._DynamicMethod._to_string (   self,
  value,
  allow_tuple = False,
  allow_none = False 
)
private

Definition at line 65 of file dynamicmethods.py.

◆ name()

def robot.running.dynamicmethods._DynamicMethod.name (   self)
private

Definition at line 52 of file dynamicmethods.py.

Member Data Documentation

◆ _underscore_name

robot.running.dynamicmethods._DynamicMethod._underscore_name
staticprivate

Definition at line 30 of file dynamicmethods.py.

◆ method

robot.running.dynamicmethods._DynamicMethod.method

Definition at line 33 of file dynamicmethods.py.

Property Documentation

◆ _camelCaseName

robot.running.dynamicmethods._DynamicMethod._camelCaseName = property
staticprivate

Definition at line 43 of file dynamicmethods.py.

◆ name

robot.running.dynamicmethods._DynamicMethod.name = property
static

Definition at line 50 of file dynamicmethods.py.


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