1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/cli
Chris Hunt 7068e58b6f Configure tempdir registry
This mirrors the current logic within the individual requirement-related
commands (install, wheel) for setting options.no_clean, which is used to
determine whether we need to delete directories.

Next, we'll add the actual directories to track and remove them from
being managed by other objects.
2020-02-04 20:22:39 -05:00
..
__init__.py Move baseparser into pip._internal.cli 2018-07-29 18:26:28 +05:30
autocompletion.py remove disallow_untyped_defs=False for most of pip._internal.cli modules 2019-12-13 09:58:52 +03:00
base_command.py Merge pull request #7675 from deepak1725/string-format2 2020-02-02 02:05:34 +05:30
cmdoptions.py string_formatting 2020-01-30 20:33:00 +05:30
command_context.py remove disallow_untyped_defs=False for most of pip._internal.cli modules 2019-12-13 09:58:52 +03:00
main.py string_formatting 2020-01-30 20:33:00 +05:30
main_parser.py string_formatting 2020-01-30 20:33:00 +05:30
parser.py string_formatting 2020-01-30 20:33:00 +05:30
req_command.py Configure tempdir registry 2020-02-04 20:22:39 -05:00
status_codes.py Move status_codes to pip._internal.cli 2018-07-30 09:43:53 +05:30