Searched refs:__subclasshook__ (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython2/Lib/ |
D | _abcoll.py | 40 def __subclasshook__(cls, C): member in Hashable 64 def __subclasshook__(cls, C): member in Iterable 84 def __subclasshook__(cls, C): member in Iterator 99 def __subclasshook__(cls, C): member in Sized 114 def __subclasshook__(cls, C): member in Container 129 def __subclasshook__(cls, C): member in Callable
|
D | abc.py | 161 ok = cls.__subclasshook__(subclass)
|
/external/python/cpython2/Doc/library/ |
D | abc.rst | 62 .. method:: __subclasshook__(subclass) 104 def __subclasshook__(cls, C): 118 The :meth:`__subclasshook__` class method defined here says that any class
|
/external/python/cpython2/Doc/faq/ |
D | general.rst | 426 '__subclasshook__', 'append', 'count', 'extend', 'index', 'insert',
|