Home
last modified time | relevance | path

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

/external/python/cpython2/Doc/tools/
Drstlint.py45 seems_directive_re = re.compile(r'(?<!\.)\.\. %s([^a-z:]|:(?!:))' % all_directives) variable
84 if seems_directive_re.search(line):
/external/python/cpython3/Doc/tools/
Drstlint.py45 seems_directive_re = re.compile(r'(?<!\.)\.\. %s([^a-z:]|:(?!:))' % all_directives) variable
85 if seems_directive_re.search(line):