Returns a string specifying the bundled version of pip.
()
| 104 | |
| 105 | |
| 106 | def version(): |
| 107 | """ |
| 108 | Returns a string specifying the bundled version of pip. |
| 109 | """ |
| 110 | return _get_packages()['pip'].version |
| 111 | |
| 112 | |
| 113 | def _disable_pip_configuration_settings(): |
no test coverage detected