Searched refs:MonitorType (Results 1 – 1 of 1) sorted by relevance
21 def __init__(self, file_path, MonitorType, extra_params={}): argument29 if MonitorType:41 self.monitor_type = self.monitor_types.get(MonitorType)43 raise ValueError("Unknown monitor type: %s" % MonitorType)44 self.monitor_type = MonitorType