Home
last modified time | relevance | path

Searched refs:__isabstractmethod__ (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Dabc.py32 funcobj.__isabstractmethod__ = True
62 __isabstractmethod__ = True variable in abstractproperty
/external/python/cpython2/Lib/test/
Dtest_abc.py18 self.assertTrue(foo.__isabstractmethod__)
25 self.assertTrue(foo.__isabstractmethod__)