meta data for this page
This is an old revision of the document!
def run_command(cmd): output = Popen(cmd, stdout=PIPE) return output.communicate()[0].decode("utf-8").split("\n")
see contextlib to catch other components stdout/stderr.
jump to: Search / User Tools / Main Content / Change Content Width
wiki.niziak.spox.org
This is an old revision of the document!
def run_command(cmd): output = Popen(cmd, stdout=PIPE) return output.communicate()[0].decode("utf-8").split("\n")
see contextlib to catch other components stdout/stderr.
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3