MCPcopy Index your code
hub / github.com/RustPython/RustPython / version

Function version

Lib/ensurepip/__init__.py:90–94  ·  view source on GitHub ↗

Returns a string specifying the bundled version of pip.

()

Source from the content-addressed store, hash-verified

88
89
90def version():
91 """
92 Returns a string specifying the bundled version of pip.
93 """
94 return _get_pip_version()
95
96
97def _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