Home
last modified time | relevance | path

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

/third_party/python/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
/third_party/python/Lib/test/
Dtest_abc.py240 def __isabstractmethod__(self): member in test_factory.TestABC.test_customdescriptors_with_abstractmethod.Descriptor