Home
last modified time | relevance | path

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

/external/python/cpython3/Doc/tools/
Drstlint.py47 leaked_markup_re = re.compile(r'[a-z]::\s|`|\.\.\s*\w+:') variable
127 if leaked_markup_re.search(line):
/external/python/cpython2/Doc/tools/
Drstlint.py47 leaked_markup_re = re.compile(r'[a-z]::\s|`|\.\.\s*\w+:') variable
126 if leaked_markup_re.search(line):