Returns a string specifying the bundled version of pip.
()
| 89 | |
| 90 | |
| 91 | def version(): |
| 92 | """ |
| 93 | Returns a string specifying the bundled version of pip. |
| 94 | """ |
| 95 | return _get_pip_version() |
| 96 | |
| 97 | |
| 98 | def _disable_pip_configuration_settings(): |
no test coverage detected
searching dependent graphs…