|
|
complex | __complex__ (self) |
| |
|
| __init_subclass__ (cls, *args, **kwargs) |
| |
| | __new__ (cls, *args, **kwds) |
| |
|
| __class_getitem__ (cls, params) |
| |
|
| __init_subclass__ (cls, *args, **kwargs) |
| |
|
| __init__ (cls, *args, **kwargs) |
| |
|
| __subclasscheck__ (cls, other) |
| |
|
| __instancecheck__ (cls, instance) |
| |
|
| __eq__ (cls, other) |
| |
|
int | __hash__ (cls) |
| |
|
|
| _is_protocol |
| |
|
bool | _is_protocol = True |
| |
|
bool | _is_runtime_protocol = False |
| |
An ABC with one abstract method __complex__.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py