Searched refs:number_operators (Results 1 - 1 of 1) sorted by path

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_descr.py220 def number_operators(self, a, b, skip=[]): member in class:OperatorsTest
239 self.number_operators(100, 3)
263 self.number_operators(100L, 3L)
267 self.number_operators(100.0, 3.0)
271 self.number_operators(100.0j, 3.0j, skip=['lt', 'le', 'gt', 'ge',

Completed in 99 milliseconds