in lib/metric-config-parser/metric_config_parser/exposure_signal.py [0:0]
def validate_window(self, _attribute, value): if value is not None and not isinstance(value, int): AnalysisWindow(value)