Searched refs:default_pip (Results 1 – 6 of 6) sorted by relevance
/external/python/cpython3/Lib/ensurepip/ |
D | __init__.py | 50 altinstall=False, default_pip=False, argument 60 altinstall=altinstall, default_pip=default_pip, 65 altinstall=False, default_pip=False, argument 73 if altinstall and default_pip: 87 elif not default_pip: 204 default_pip=args.default_pip,
|
/external/python/cpython2/Lib/ensurepip/ |
D | __init__.py | 55 altinstall=False, default_pip=True, argument 65 altinstall=altinstall, default_pip=default_pip, 70 altinstall=False, default_pip=True, argument 78 if altinstall and default_pip: 92 elif not default_pip: 219 default_pip=args.default_pip,
|
/external/python/cpython3/Doc/library/ |
D | ensurepip.rst | 93 altinstall=False, default_pip=False, \ 113 If *default_pip* is set, then ``pip`` will be installed in addition to 116 Setting both *altinstall* and *default_pip* will trigger
|
/external/python/cpython2/Doc/library/ |
D | ensurepip.rst | 94 altinstall=False, default_pip=True, \ 114 If *default_pip* is set to ``False``, then ``pip`` will *not* be installed. 116 Setting both *altinstall* and *default_pip* will trigger
|
/external/python/cpython2/Lib/test/ |
D | test_ensurepip.py | 129 ensurepip.bootstrap(default_pip=True) 134 ensurepip.bootstrap(altinstall=True, default_pip=True)
|
/external/python/cpython3/Lib/test/ |
D | test_ensurepip.py | 128 ensurepip.bootstrap(default_pip=True) 133 ensurepip.bootstrap(altinstall=True, default_pip=True)
|