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

Lines Matching refs:piece

308     # match for each piece.  If there's no overall match that way alone,
2581 for piece in DocTestParser().parse(s):
2582 if isinstance(piece, Example):
2584 output.append(piece.source[:-1])
2586 want = piece.want
2593 for l in piece.split('\n')[:-1]]