Searched refs:make_pattern (Results 1 – 2 of 2) sorted by relevance
187 content_pat = utils.make_pattern(content)188 id_pat = utils.make_pattern(id)189 href_pat = utils.make_pattern(href_pattern)
79 def make_pattern(pat): function