Searched refs:_NUMBER_PATTERN (Results 1 – 1 of 1) sorted by relevance
30 _NUMBER_PATTERN = re.compile(r"[-+]?(\d+(\.\d*)?|\.\d+)([eE][-+]?\d+)?") variable361 if _NUMBER_PATTERN.match(interval_str[2:].strip()):367 if _NUMBER_PATTERN.match(interval_str[1:].strip()):373 if _NUMBER_PATTERN.match(interval_str[2:].strip()):379 if _NUMBER_PATTERN.match(interval_str[1:].strip()):397 if not _NUMBER_PATTERN.match(start_item):400 if not _NUMBER_PATTERN.match(end_item):