Lines Matching defs:check
26 # check that an iterator xs matches the expected results ys,
258 # Exercise various combinations of bad arguments, to check
522 # check first 100 entries
539 def check(start, stop, step=None):
549 check(0, 2)
550 check(0, 20)
551 check(1, 2)
552 check(20, 30)
553 check(-30, -20)
554 check(-1, 100, 2)
555 check(0, -1)
556 check(-1, -3, -1)