Package command_system :: Package implementation :: Module execute
[hide private]
[frames] | no frames]

Module execute

source code

Provides facilities to safely execute expressions inside a shell process and capture the resulting output, in an asynchronous fashion, avoiding deadlocks. If the process execution time reaches the threshold - it is forced to terminate. Consists of a tiny framework and a couple of commands as a frontend.
Classes [hide private]
  Execute
  Show

Imports: Popen, PIPE, expanduser, timeout_add, CommandContainer, command, doc