Searched refs:scanstr (Results 1 – 1 of 1) sorted by relevance
231 def parse_starts_block(block_str, scanstr, returnskipped, scanregex=False): argument233 m = re.search(scanstr, block_str)243 if block_str.startswith(scanstr):245 block_str = block_str[len(scanstr) :]