HomeSort by relevance Sort by last modified time
    Searched full:_tag_re (Results 1 - 1 of 1) sorted by null

  /external/chromium-trace/trace-viewer/third_party/Paste/paste/
fixture.py 554 _tag_re = re.compile(r'<(/?)([:a-z0-9_\-]*)(.*?)>', re.S|re.I) variable in class:TestResponse
560 for match in self._tag_re.finditer(self.body):
707 _tag_re = re.compile(r'<%s\s+(.*?)>(.*?)</%s>' % (tag, tag),
716 for match in _tag_re.finditer(self.body):
952 _tag_re = re.compile(r'<(\/?)([:a-z0-9_\\-]*)([^>]*?)>', re.I) variable in class:Form
    [all...]

Completed in 100 milliseconds