D | validators.py | 186 self.criteria_str = criteria() if isfunction(criteria) else criteria 187 self.fc = fuzzy.FuzzyCriteria(self.criteria_str, mf=mf) 192 self.vlog.criteria = self.criteria_str 248 def get_threshold(self, criteria_str, op): argument 261 result = re.search(pattern, criteria_str) 285 def __init__(self, criteria_str, mf=None): argument 287 super(DragLatencyValidator, self).__init__(criteria_str, mf=mf, 334 validator.criteria_str, mf, device, validator.__class__.__name__) 387 def __init__(self, criteria_str, mf=None, device=None, finger=0, argument 392 super(LinearityValidator1, self).__init__(criteria_str, mf, device, [all …]
|