test_long.py | 630 def checkit(*args): function in function:LongTest.test_auto_overflow 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 [all...] |