Home | Trees | Indices | Help |
|
---|
|
GNUmed general tools.
Author: K. Hilbert <Karsten.Hilbert@gmx.net>
License: GPL v2 or later (details at http://www.gnu.org)
Functions | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Variables | |
__doc__ = """GNUmed general tools."""
|
|
__package__ =
|
Imports: os, sys, logging, subprocess, shlex
Function Details |
Runs a command in a subshell via standard-C system(). <command> The shell command to run including command line options. <blocking> This will make the code *block* until the shell command exits. It will likely only work on UNIX shells where "cmd &" makes sense. http://stackoverflow.com/questions/35817/how-to-escape-os-system-calls-in-python |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Aug 3 03:55:54 2013 | http://epydoc.sourceforge.net |