Searched refs:scanstr (Results 1 – 1 of 1) sorted by relevance
232 def parse_starts_block(block_str, scanstr, returnskipped, scanregex=False): argument234 m = re.search(scanstr, block_str)244 if block_str.startswith(scanstr):246 block_str = block_str[len(scanstr) :]