Home
last modified time | relevance | path

Searched refs:BLANKLINE_MARKER (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Ddoctest.py163 BLANKLINE_MARKER = '<BLANKLINE>' variable
1633 want = re.sub(r'(?m)^%s\s*?$' % re.escape(BLANKLINE_MARKER),
1694 got = re.sub('(?m)^[ ]*(?=\n)', BLANKLINE_MARKER, got)

Completed in 4 milliseconds