Home
last modified time | relevance | path

Searched refs:infix_binops (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_coercion.py94 infix_binops = [ '+', '-', '*', '**', '%', '//', '/' ] variable
264 for op, res, ires in zip(infix_binops, results[0], results[1]):
Dtest_complex.py425 infix_binops = ('+', '-', '*', '**', '%', '//', '/')
432 for op in infix_binops: