Home
last modified time | relevance | path

Searched refs:with_pip (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Lib/venv/
D__init__.py44 symlinks=False, upgrade=False, with_pip=False, prompt=None): argument
49 self.with_pip = with_pip
67 if self.with_pip:
386 symlinks=False, with_pip=False, prompt=None): argument
389 clear=clear, symlinks=symlinks, with_pip=with_pip,
460 with_pip=options.with_pip,
/external/python/cpython3/Doc/library/
Dvenv.rst100 symlinks=False, upgrade=False, with_pip=False, \
119 * ``with_pip`` -- a Boolean value which, if true, ensures pip is
128 Added the ``with_pip`` parameter
238 symlinks=False, with_pip=False, prompt=None)
246 Added the ``with_pip`` parameter
/external/python/cpython3/Lib/test/
Dtest_venv.py384 self.run_with_capture(venv.create, self.env_dir, with_pip=False)
432 with_pip=True)
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1724 take a new keyword argument *with_pip*, which defaults to ``False``, that