Go to the source code of this file.
Classes | |
class | watchdog.Timeout |
Namespaces | |
watchdog | |
Functions | |
def | watchdog.alarm_handler |
def | watchdog.launch |
def | watchdog.log |
def | watchdog.main |
Variables | |
tuple | watchdog.args = parser.parse_args() |
tuple | watchdog.group = parser.add_mutually_exclusive_group() |
tuple | watchdog.parser = argparse.ArgumentParser(description="Kill/restart the child process if it doesn't out the required string.") |
tuple | watchdog.stdin_ = os.dup(sys.stdin.fileno()) |
tuple | watchdog.stdout_ = os.dup(sys.stdout.fileno()) |