![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|
Public Member Functions | |
| None | __init__ (self, BaseDistribution dist) |
| None | add (self, str path) |
| None | add_pth (self, str pth_file, str entry) |
| None | remove (self, bool auto_confirm=False, bool verbose=False) |
| None | rollback (self) |
| None | commit (self) |
| "UninstallPathSet" | from_dist (cls, BaseDistribution dist) |
Protected Member Functions | |
| bool | _permitted (self, str path) |
| bool | _allowed_to_proceed (self, bool verbose) |
Protected Attributes | |
| _dist | |
| _moved_paths | |
| _normalize_path_cached | |
| _refuse | |
| _paths | |
A set of file paths to be removed in the uninstallation of a requirement.
|
protected |
Display which files would be deleted and prompt for confirmation
|
protected |
Return True if the given path is one we are permitted to remove/modify, False otherwise.
| None pip._internal.req.req_uninstall.UninstallPathSet.commit | ( | self | ) |
Remove temporary save dir: rollback will no longer be possible.
| None pip._internal.req.req_uninstall.UninstallPathSet.remove | ( | self, | |
| bool | auto_confirm = False, |
||
| bool | verbose = False |
||
| ) |
Remove paths in ``self._paths`` with confirmation (unless ``auto_confirm`` is True).
| None pip._internal.req.req_uninstall.UninstallPathSet.rollback | ( | self | ) |
Rollback the changes previously made by remove().