Home | History | Annotate | Download | only in test

Lines Matching refs:checkit

630         def checkit(*args):
640 checkit('-', x)
647 checkit(x, '+', y)
651 checkit(x, '-', y)
655 checkit(x, '*', y)
661 checkit(x, '/', y)
665 checkit(x, '//', y)
669 checkit(x, 'divmod', y)
674 checkit(x, '**', y)
681 checkit('pow', x, y, '%', z)