Functions | |
def | processRunning |
def | runCmmd |
Variables | |
tuple | pid = runCmmd('cat -; echo ";to stderr" 1>&2',shell=True) |
def sysUtil.processRunning | ( | processid | ) |
def sysUtil.runCmmd | ( | cmmdline, | |
shell = False |
|||
) |
tuple sysUtil.pid = runCmmd('cat -; echo ";to stderr" 1>&2',shell=True) |
Definition at line 22 of file sysUtil.py.