Home
last modified time | relevance | path

Searched refs:make_pattern (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/webtest/webtest/
Dresponse.py187 content_pat = utils.make_pattern(content)
188 id_pat = utils.make_pattern(id)
189 href_pat = utils.make_pattern(href_pattern)
Dutils.py79 def make_pattern(pat): function