This module also defines two shortcut functions:
*popenargs, **kwargs) |
The arguments are the same as for the Popen constructor. Example:
retcode = call(["ls", "-l"])
*popenargs, **kwargs) |
The arguments are the same as for the Popen constructor. Example:
check_call(["ls", "-l"])
See About this document... for information on suggesting changes.