Robot Framework
robot.pythonpathsetter Namespace Reference

Functions

def add_path (path, end=False)
 
def remove_path (path)
 

Variables

 ROBOTDIR = dirname(abspath(__file__))
 

Function Documentation

◆ add_path()

def robot.pythonpathsetter.add_path (   path,
  end = False 
)

Definition at line 24 of file pythonpathsetter.py.

◆ remove_path()

def robot.pythonpathsetter.remove_path (   path)

Definition at line 31 of file pythonpathsetter.py.

Variable Documentation

◆ ROBOTDIR

robot.pythonpathsetter.ROBOTDIR = dirname(abspath(__file__))

Definition at line 22 of file pythonpathsetter.py.