Let us walk on the 3-isogeny graph
|
Go to the source code of this file.
Data Structures | |
class | StashedUninstallPathSet |
class | UninstallPathSet |
class | UninstallPthEntries |
Namespaces | |
namespace | pip |
namespace | pip._internal |
namespace | pip._internal.req |
namespace | pip._internal.req.req_uninstall |
Functions | |
Generator[str, None, None] | _script_names (str bin_dir, str script_name, bool is_gui) |
Callable[..., Generator[Any, None, None]] | _unique (Callable[..., Generator[Any, None, None]] fn) |
Generator[str, None, None] | uninstallation_paths (BaseDistribution dist) |
Set[str] | compact (Iterable[str] paths) |
Set[str] | compress_for_rename (Iterable[str] paths) |
Tuple[Set[str], Set[str]] | compress_for_output_listing (Iterable[str] paths) |
Variables | |
logger = getLogger(__name__) | |