Home
last modified time | relevance | path

Searched refs:__subclasshook__ (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Lib/
D_abcoll.py40 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
Dabc.py161 ok = cls.__subclasshook__(subclass)
/external/python/cpython2/Doc/library/
Dabc.rst62 .. 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/
Dgeneral.rst426 '__subclasshook__', 'append', 'count', 'extend', 'index', 'insert',