Home
last modified time | relevance | path

Searched refs:_get_packages (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/ensurepip/
H A D__init__.py61 def _get_packages(): function
110 return _get_packages()['pip'].version
173 for name, package in _get_packages().items():
/third_party/python/Lib/test/
H A Dtest_ensurepip.py29 # Test _get_packages() without a wheel package directory
32 packages = ensurepip._get_packages()
42 # Test _get_packages() with a wheel package directory
54 packages = ensurepip._get_packages()

Completed in 2 milliseconds