Home
last modified time | relevance | path

Searched refs:Integral (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_abstract_numbers.py5 from numbers import Complex, Real, Rational, Integral
10 self.assertTrue(issubclass(int, Integral))
20 self.assertTrue(issubclass(long, Integral))
Dtest_int.py375 class Integral(trunc_result_base): class
381 return Integral()
Dtest_long.py513 class Integral(trunc_result_base): class
519 return Integral()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dnumbers.py295 class Integral(Rational): class
390 Integral.register(int)
391 Integral.register(long)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dnumbers.py295 class Integral(Rational): class
390 Integral.register(int)
391 Integral.register(long)
Dfractions.py175 if isinstance(f, numbers.Integral):
188 if isinstance(dec, numbers.Integral):