Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dabc.py34 __isabstractmethod__ = True variable in abstractclassmethod
47 __isabstractmethod__ = True variable in abstractstaticmethod
60 __isabstractmethod__ = True variable in abstractproperty
Dfunctools.py412 def __isabstractmethod__(self): member in partialmethod
922 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