Searched defs:__isabstractmethod__ (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Lib/ | ||
D | abc.py | 41 __isabstractmethod__ = True variable in abstractclassmethod |
D | functools.py | 413 def __isabstractmethod__(self): member in partialmethod |
/third_party/python/Lib/test/ | ||
D | test_abc.py | 240 def __isabstractmethod__(self): member in test_factory.TestABC.test_customdescriptors_with_abstractmethod.Descriptor |