|
|
| candidate = enum.auto() |
| |
|
| different_project = enum.auto() |
| |
|
| yanked = enum.auto() |
| |
|
| format_unsupported = enum.auto() |
| |
|
| format_invalid = enum.auto() |
| |
|
| platform_mismatch = enum.auto() |
| |
|
| requires_python_mismatch = enum.auto() |
| |
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py