HomeSort by relevance Sort by last modified time
    Searched full:_uninstall (Results 1 - 8 of 8) sorted by null

  /external/python/cpython2/Lib/ensurepip/
_uninstall.py 8 parser = argparse.ArgumentParser(prog="python -m ensurepip._uninstall")
  /external/python/cpython3/Lib/ensurepip/
_uninstall.py 8 parser = argparse.ArgumentParser(prog="python -m ensurepip._uninstall")
  /external/python/cpython3/Tools/msi/pip/
pip.wxs 29 <CustomAction Id="SetRemovePipCommandLine" Property="UpdatePip" Value='"[PYTHON_EXE]" -E -s -B -m ensurepip._uninstall' Execute="immediate" />
  /external/python/cpython2/Lib/test/
test_ensurepip.py 10 import ensurepip._uninstall
280 ensurepip._uninstall._main(["--version"])
287 ensurepip._uninstall._main([])
  /external/python/cpython3/Lib/test/
test_ensurepip.py 10 import ensurepip._uninstall
276 ensurepip._uninstall._main(["--version"])
283 ensurepip._uninstall._main([])
test_venv.py 394 cmd = [envpy, '-Im', 'ensurepip._uninstall']
  /external/libmojo/third_party/jinja2/
ext.py 174 uninstall_gettext_translations=self._uninstall,
206 def _uninstall(self, translations): member in class:InternationalizationExtension
  /external/python/cpython2/Tools/msi/
msi.py 415 removepipargs = r'"[#python.exe]" -B -m ensurepip._uninstall'
    [all...]

Completed in 3644 milliseconds