OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leaked_markup_re
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython2/Doc/tools/
rstlint.py
47
leaked_markup_re
= re.compile(r'[a-z]::\s|`|\.\.\s*\w+:')
variable
126
if
leaked_markup_re
.search(line):
/external/python/cpython3/Doc/tools/
rstlint.py
47
leaked_markup_re
= re.compile(r'[a-z]::\s|`|\.\.\s*\w+:')
variable
127
if
leaked_markup_re
.search(line):
Completed in 320 milliseconds