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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Ddifflib.py32 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
868 `IS_LINE_JUNK` may be used to filter out lines without visible
1108 def IS_LINE_JUNK(line, pat=re.compile(r"\s*#?\s*$").match): function
1114 >>> IS_LINE_JUNK('\n')
1116 >>> IS_LINE_JUNK(' # \n')
1118 >>> IS_LINE_JUNK('hello\n')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Ddifflib.py32 'Differ','IS_CHARACTER_JUNK', 'IS_LINE_JUNK', 'context_diff',
868 `IS_LINE_JUNK` may be used to filter out lines without visible
1108 def IS_LINE_JUNK(line, pat=re.compile(r"\s*#?\s*$").match): function
1114 >>> IS_LINE_JUNK('\n')
1116 >>> IS_LINE_JUNK(' # \n')
1118 >>> IS_LINE_JUNK('hello\n')

Completed in 223 milliseconds