Searched refs:scanstr (Results 1 – 1 of 1) sorted by relevance
214 def parse_starts_block(block_str, scanstr, returnskipped, scanregex=False): argument216 m = re.search(scanstr, block_str)226 if block_str.startswith(scanstr):228 block_str = block_str[len(scanstr) :]