Home | Trees | Indices | Help |
|
---|
|
The osh API (Application Programming Interface) supports the use of
osh from Python code. The recommended form of import is from
osh.api import *
. This imports the functions documented here as
well as the symbols from the module osh.builtins
, the
Process
class, and processes
function.
In general, the function F()
can be found in the module
osh.command.F
. See documentation for the package osh.command
for information on each function.
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
Function Details |
Invoke osh interpreter. Each argument is a function invocation identifying a command. The command sequence corresponds to the sequence of arguments. |
Input tuples are accumulated in a list which is returned as the value
of the |
Replaces the standard error handler (which prints to stderr). An error handler takes these arguments:
|
Replaces the standard exception handler (which prints to stderr). An exception handler takes these arguments:
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 3 15:23:48 2010 | http://epydoc.sourceforge.net |