Home | History | Annotate | Download | only in python2.7

Lines Matching refs:ELLIPSIS_MARKER

158 ELLIPSIS_MARKER = '...'
278 if ELLIPSIS_MARKER not in want:
282 ws = want.split(ELLIPSIS_MARKER)
1585 ##if optionflags & ELLIPSIS and ELLIPSIS_MARKER in want: