Home | Trees | Indices | Help |
|
---|
|
|
|||
__metaclass__ Metaclass for defining Abstract Base Classes (ABCs). |
|
|||
Inherited from |
|
|||
|
|
|||
element_type = None hash(x) |
|||
__abstractmethods__ =
|
|||
_abc_cache = <_weakrefset.WeakSet object at 0x7f7257bd4cd0>
|
|||
_abc_negative_cache = <_weakrefset.WeakSet object at 0x7f7257b
|
|||
_abc_negative_cache_version = 13 hash(x) |
|||
_abc_registry = <_weakrefset.WeakSet object at 0x7f7257c45cd0>
|
|
|||
Inherited from |
|
Abstract classes can override this to customize issubclass(). This is invoked early on by abc.ABCMeta.__subclasscheck__(). It should return True, False or NotImplemented. If it returns NotImplemented, the normal algorithm is used. Otherwise, it overrides the normal algorithm (and the outcome is cached).
|
|
_abc_negative_cache
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 30 13:51:00 2025 | http://epydoc.sourceforge.net |