Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py157 BLANKLINE_MARKER = '<BLANKLINE>' variable
1511 want = re.sub('(?m)^%s\s*?$' % re.escape(BLANKLINE_MARKER),
1572 got = re.sub('(?m)^[ ]*(?=\n)', BLANKLINE_MARKER, got)