HomeSort by relevance Sort by last modified time
    Searched refs:_uninstall_helper (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/ensurepip/
_uninstall.py 26 ensurepip._uninstall_helper(verbosity=args.verbosity)
__init__.py 113 def _uninstall_helper(verbosity=0): function
  /external/python/cpython3/Lib/ensurepip/
_uninstall.py 26 ensurepip._uninstall_helper(verbosity=args.verbosity)
__init__.py 104 def _uninstall_helper(*, verbosity=0): function
  /external/python/cpython2/Lib/test/
test_ensurepip.py 174 ensurepip._uninstall_helper()
180 ensurepip._uninstall_helper()
187 ensurepip._uninstall_helper()
198 ensurepip._uninstall_helper(verbosity=1)
209 ensurepip._uninstall_helper(verbosity=2)
220 ensurepip._uninstall_helper(verbosity=3)
234 ensurepip._uninstall_helper()
241 ensurepip._uninstall_helper()
  /external/python/cpython3/Lib/test/
test_ensurepip.py 171 ensurepip._uninstall_helper()
177 ensurepip._uninstall_helper()
185 ensurepip._uninstall_helper()
196 ensurepip._uninstall_helper(verbosity=1)
207 ensurepip._uninstall_helper(verbosity=2)
218 ensurepip._uninstall_helper(verbosity=3)
232 ensurepip._uninstall_helper()
239 ensurepip._uninstall_helper()

Completed in 2250 milliseconds