![]() |
![]() |
Classes | |
class | Timeout |
Functions | |
def | alarm_handler |
def | launch |
def | log |
def | main |
Variables | |
tuple | args = parser.parse_args() |
tuple | group = parser.add_mutually_exclusive_group() |
tuple | parser = argparse.ArgumentParser(description="Kill/restart the child process if it doesn't out the required string.") |
tuple | stdin_ = os.dup(sys.stdin.fileno()) |
tuple | stdout_ = os.dup(sys.stdout.fileno()) |
def watchdog.alarm_handler | ( | signum, | |
frame | |||
) |
def watchdog.launch | ( | args | ) |
def watchdog.log | ( | s | ) |
Definition at line 21 of file watchdog.py.
def watchdog.main | ( | args | ) |
tuple watchdog.args = parser.parse_args() |
Definition at line 87 of file watchdog.py.
tuple watchdog.group = parser.add_mutually_exclusive_group() |
Definition at line 82 of file watchdog.py.
Referenced by CSCWireTopology.channel(), EcalShowerContainmentCorrections.correctionCoefficients(), EcalShowerContainmentCorrections.correctionXY(), EcalShowerContainmentCorrections.fillCorrectionCoefficients(), HcalTestHistoClass.fillHits(), contentValuesLib.getDatasetName(), HcalTBNumberingScheme.getUnitID(), MeasurementByLayerGrouper.operator()(), EcalWeightGroupXMLTranslator.readXML(), TauDiscriminatorTools.recoTauTypeMapper(), and jsoncollector::DataPointDefinition.setDefaultGroup().
tuple watchdog.parser = argparse.ArgumentParser(description="Kill/restart the child process if it doesn't out the required string.") |
Definition at line 76 of file watchdog.py.
tuple watchdog.stdin_ = os.dup(sys.stdin.fileno()) |
Definition at line 7 of file watchdog.py.
tuple watchdog.stdout_ = os.dup(sys.stdout.fileno()) |
Definition at line 8 of file watchdog.py.