MCPcopy Index your code
hub / github.com/python/cpython / version

Function version

Lib/ensurepip/__init__.py:91–95  ·  view source on GitHub ↗

Returns a string specifying the bundled version of pip.

()

Source from the content-addressed store, hash-verified

89
90
91def version():
92 """
93 Returns a string specifying the bundled version of pip.
94 """
95 return _get_pip_version()
96
97
98def _disable_pip_configuration_settings():

Callers 2

_uninstall_helperFunction · 0.70
_mainFunction · 0.70

Calls 1

_get_pip_versionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…