/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
abc.py | 32 funcobj.__isabstractmethod__ = True 62 __isabstractmethod__ = True variable in class:abstractproperty 91 if getattr(value, "__isabstractmethod__", False)) 95 if getattr(value, "__isabstractmethod__", False):
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_abc.py | 18 self.assertTrue(foo.__isabstractmethod__) 20 self.assertFalse(hasattr(bar, "__isabstractmethod__")) 25 self.assertTrue(foo.__isabstractmethod__) 27 self.assertFalse(hasattr(bar, "__isabstractmethod__"))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
abc.py | 32 funcobj.__isabstractmethod__ = True 62 __isabstractmethod__ = True variable in class:abstractproperty 91 if getattr(value, "__isabstractmethod__", False)) 95 if getattr(value, "__isabstractmethod__", False):
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_abc.py | 18 self.assertTrue(foo.__isabstractmethod__) 20 self.assertFalse(hasattr(bar, "__isabstractmethod__")) 25 self.assertTrue(foo.__isabstractmethod__) 27 self.assertFalse(hasattr(bar, "__isabstractmethod__"))
|