httk.external.command module

class httk.external.command.Command(cmd, args, cwd=None, inputstr=None, stophook=None)[source]

Bases: object

receive()[source]
run(timeout, debug=False)[source]
send(command)[source]
start()[source]
stdin
stop()[source]
wait_finish(timeout=None)[source]
httk.external.command.find_executable(executables, config_name)[source]