Home
last modified time | relevance | path

Searched refs:_uninstall_helper (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_ensurepip.py175 ensurepip._uninstall_helper()
181 ensurepip._uninstall_helper()
188 ensurepip._uninstall_helper()
199 ensurepip._uninstall_helper(verbosity=1)
210 ensurepip._uninstall_helper(verbosity=2)
221 ensurepip._uninstall_helper(verbosity=3)
235 ensurepip._uninstall_helper()
242 ensurepip._uninstall_helper()
/external/python/cpython3/Lib/test/
Dtest_ensurepip.py172 ensurepip._uninstall_helper()
178 ensurepip._uninstall_helper()
186 ensurepip._uninstall_helper()
197 ensurepip._uninstall_helper(verbosity=1)
208 ensurepip._uninstall_helper(verbosity=2)
219 ensurepip._uninstall_helper(verbosity=3)
233 ensurepip._uninstall_helper()
240 ensurepip._uninstall_helper()
/external/python/cpython3/Lib/ensurepip/
D_uninstall.py27 return ensurepip._uninstall_helper(verbosity=args.verbosity)
D__init__.py119 def _uninstall_helper(*, verbosity=0): function
/external/python/cpython2/Lib/ensurepip/
D_uninstall.py27 return ensurepip._uninstall_helper(verbosity=args.verbosity)
D__init__.py127 def _uninstall_helper(verbosity=0): function