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

Lines Matching refs:ELLIPSIS

56     'ELLIPSIS',
135 ELLIPSIS = register_optionflag('ELLIPSIS')
142 ELLIPSIS |
271 # Worst-case linear-time ellipsis matching.
312 # due to an ellipsis at the start or end of `want`. That's OK.
1556 # in conjunction with the ELLIPSIS flag.
1563 # The ELLIPSIS flag says to let the sequence "..." in `want`
1565 if optionflags & ELLIPSIS:
1580 # If expected output uses ellipsis, a meaningful fancy diff is
1585 ##if optionflags & ELLIPSIS and ELLIPSIS_MARKER in want:
1840 ELLIPSIS
1952 ELLIPSIS
2135 >>> doctest.set_unittest_reportflags(ELLIPSIS)
2748 "ellipsis": r"""
2749 If the ellipsis flag is used, then '...' can be used to
2751 >>> print range(1000) #doctest: +ELLIPSIS