Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dxmllib.py48 cdataclose = re.compile(r'\]\]>') variable
394 if cdataclose.match(rawdata, i):
496 res = cdataclose.search(rawdata, i+9)