Searched refs:default_role_re (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Doc/tools/ | ||
H A D | rstlint.py | 137 default_role_re = re.compile(r"(^| )`\w([^`]*?\w)?`($| )") variable 188 elif not inprod and default_role_re.search(line): |
Completed in 2 milliseconds