Searched defs:__isabstractmethod__ (Results 1 - 4 of 4) sorted by relevance
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
H A D | 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/gdb/linux-x86/lib/python2.7/ |
H A D | 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/ |
H A D | 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/ |
H A D | 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):
|
Completed in 74 milliseconds