Searched refs:isabstract (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_abc.py10 from inspect import isabstract namespace
47 self.assertTrue(isabstract(C))
52 self.assertTrue(isabstract(D))
57 self.assertFalse(isabstract(E))
63 self.assertTrue(isabstract(F))
H A Dtest_inspect.py142 self.assertTrue(inspect.isabstract(AbstractClassExample))
143 self.assertFalse(inspect.isabstract(ClassExample))
144 self.assertFalse(inspect.isabstract(a))
145 self.assertFalse(inspect.isabstract(int))
146 self.assertFalse(inspect.isabstract(5))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A Dinspect.py243 def isabstract(object): function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dinspect.py243 def isabstract(object): function

Completed in 65 milliseconds