1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/src/pip/_internal/commands
gutsytechster 72a42197a4 refactor(commands): Add method add_options and remove __init__
This removes the __init__ method of child classes and defines
explicit method for adding command options.
2020-05-23 14:50:57 +05:30
..
__init__.py Merge pull request #6391 from duckinator/pip-cache 2020-04-13 19:53:05 +05:30
cache.py Merge pull request #8157 from pradyunsg/cache/ignore-require-venv 2020-04-28 20:52:46 +05:30
check.py Add mypy annotations to pip._internal.commands.check 2020-04-05 01:56:05 +05:30
completion.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
configuration.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
debug.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
download.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
freeze.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
hash.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
help.py Remove Any type from run function 2020-04-20 03:29:47 +05:30
install.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
list.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
search.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
show.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
uninstall.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30
wheel.py refactor(commands): Add method add_options and remove __init__ 2020-05-23 14:50:57 +05:30