Package pipe_control :: Module script
[hide private]
[frames] | no frames]

Module script

source code

Functions for executing relax scripts.

Functions [hide private]
 
script(file=None, dir=None)
Function for executing a script file.
source code
Variables [hide private]
  status = Status()
  __package__ = 'pipe_control'

Imports: F_OK, access, prompt, RelaxError, get_file_path, Status


Function Details [hide private]

script(file=None, dir=None)

source code 

Function for executing a script file.

Parameters:
  • file (str) - The name of the script to execute.
  • dir (str or None) - The name of the directory in which the script is located.