pip/src/pip/_internal/operations/install
Jon Dufresne 089bbcb939 Remove unnecessary type override NamedTemporaryFileResult
The object returned by NamedTemporaryFile delegates all functions calls
to the underlying file so can avoid the type override by relying on IO
methods.
2020-12-27 17:19:28 -08:00
..
__init__.py Move wheel to operations.install.wheel (#7421) 2019-12-04 06:02:39 +08:00
editable_legacy.py Clarify that editable_legacy does editable installs 2019-12-18 15:47:45 +05:30
legacy.py Use f-strings for simple string formatting 2020-12-25 16:21:20 -08:00
wheel.py Remove unnecessary type override NamedTemporaryFileResult 2020-12-27 17:19:28 -08:00