Home
last modified time | relevance | path

Searched defs:__isabstractmethod__ (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/
Dabc.py41 __isabstractmethod__ = True variable in abstractclassmethod
61 __isabstractmethod__ = True variable in abstractstaticmethod
81 __isabstractmethod__ = True variable in abstractproperty
Dfunctools.py413 def __isabstractmethod__(self): member in partialmethod
934 def __isabstractmethod__(self): member in singledispatchmethod
/external/python/cpython2/Lib/
Dabc.py62 __isabstractmethod__ = True variable in abstractproperty
/external/python/cpython3/Lib/test/
Dtest_abc.py240 def __isabstractmethod__(self): member in test_factory.TestABC.test_customdescriptors_with_abstractmethod.Descriptor