MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / version

Function version

tools/python-3.11.9-amd64/Lib/ensurepip/__init__.py:106–110  ·  view source on GitHub ↗

Returns a string specifying the bundled version of pip.

()

Source from the content-addressed store, hash-verified

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

Callers 2

_uninstall_helperFunction · 0.70
_mainFunction · 0.70

Calls 1

_get_packagesFunction · 0.85

Tested by

no test coverage detected