Robot Framework Integrated Development Environment (RIDE)
robotide.utils Namespace Reference

Namespaces

 eventhandler
 
 highlightmatcher
 
 noconflict
 
 printing
 
 variablematcher
 
 versioncomparator
 

Functions

def _split_value (value, sep)
 
def converttypes (data, prefer_str=True)
 Convert all types from Python2 to Python3. More...
 
def find_from_pythonpath (name)
 
def html_format (text)
 
def is_same_drive (path1, path2)
 
def join_value (value, sep='|', joiner=None)
 
def name_from_class (item, drop=None)
 
def overrides (interface_class)
 A decorator that can be used to validate method override. More...
 
def replace_extension (path, new_extension)
 
def run_python_command (command, mode='c')
 
def split_value (value, sep='|')
 

Function Documentation

◆ _split_value()

def robotide.utils._split_value (   value,
  sep 
)
private

Definition at line 50 of file __init__.py.

◆ converttypes()

def robotide.utils.converttypes (   data,
  prefer_str = True 
)

Convert all types from Python2 to Python3.

Definition at line 121 of file __init__.py.

◆ find_from_pythonpath()

def robotide.utils.find_from_pythonpath (   name)

Definition at line 74 of file __init__.py.

◆ html_format()

def robotide.utils.html_format (   text)

Definition at line 32 of file __init__.py.

◆ is_same_drive()

def robotide.utils.is_same_drive (   path1,
  path2 
)

Definition at line 102 of file __init__.py.

◆ join_value()

def robotide.utils.join_value (   value,
  sep = '|',
  joiner = None 
)

Definition at line 68 of file __init__.py.

◆ name_from_class()

def robotide.utils.name_from_class (   item,
  drop = None 
)

Definition at line 36 of file __init__.py.

◆ overrides()

def robotide.utils.overrides (   interface_class)

A decorator that can be used to validate method override.

http://stackoverflow.com/questions/1167617/in-python-how-do-i-indicate-im-overriding-a-method/8313042#8313042

Definition at line 94 of file __init__.py.

◆ replace_extension()

def robotide.utils.replace_extension (   path,
  new_extension 
)

Definition at line 84 of file __init__.py.

◆ run_python_command()

def robotide.utils.run_python_command (   command,
  mode = 'c' 
)

Definition at line 107 of file __init__.py.

◆ split_value()

def robotide.utils.split_value (   value,
  sep = '|' 
)

Definition at line 44 of file __init__.py.