Robot Framework Integrated Development Environment (RIDE)
robottypes.py File Reference

Go to the source code of this file.

Namespaces

 robotide.lib.robot.utils.robottypes
 

Functions

def robotide.lib.robot.utils.robottypes.is_falsy (item)
 Opposite of :func:is_truthy. More...
 
def robotide.lib.robot.utils.robottypes.is_truthy (item)
 Returns True or False depending is the item considered true or not. More...
 

Variables

dictionary robotide.lib.robot.utils.robottypes.FALSE_STRINGS = {'FALSE', 'NO', 'OFF', '0', 'NONE', ''}
 
dictionary robotide.lib.robot.utils.robottypes.TRUE_STRINGS = {'TRUE', 'YES', 'ON', '1'}
 
 robotide.lib.robot.utils.robottypes.unicode = unicode