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