Searched refs:_call_new_python (Results 1 – 1 of 1) sorted by relevance
| /external/python/cpython3/Lib/venv/ |
| D | __init__.py | 429 def _call_new_python(self, context, *py_args, **kwargs): member in EnvBuilder 446 self._call_new_python(context, '-m', 'ensurepip', '--upgrade', 589 self._call_new_python(context, '-m', 'pip', 'install', '--upgrade',
|