Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dmarkupbase.py19 _msmarkedsectionclose = re.compile(r']\s*>') variable
158 match= _msmarkedsectionclose.search(rawdata, i+3)
/external/python/cpython3/Lib/
D_markupbase.py18 _msmarkedsectionclose = re.compile(r']\s*>') variable
157 match= _msmarkedsectionclose.search(rawdata, i+3)