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.
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 |
|
osh() invocation. If unwrap_singleton is True, then
items in the list that are 1-object sequences are unwrapped, e.g. (419,)
-> 419.
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Mon Oct 27 23:13:40 2008 | http://epydoc.sourceforge.net |