GNUmed general tools.
Author:
K. Hilbert <Karsten.Hilbert@gmx.net>
License:
GPL v2 or later (details at http://www.gnu.org)
|
|
|
|
|
detect_external_binary(binary=None)
<binary> is the name of the executable with or without
.exe/.bat |
source code
|
|
|
|
|
|
|
run_first_available_in_shell(binaries=None,
args=None,
blocking=False,
run_last_one_anyway=False,
acceptable_return_codes=None) |
source code
|
|
|
run_process(cmd_line=None,
timeout=None,
encoding=' utf8 ' ,
input_data=None,
acceptable_return_codes=None,
verbose=False) |
source code
|
|