Home
last modified time | relevance | path

Searched defs:_bootstrap (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Lib/importlib/
D__init__.py16 import _frozen_importlib as _bootstrap namespace
D_bootstrap_external.py23 _bootstrap = None variable
/external/python/cpython2/Lib/ensurepip/
D__init__.py69 def _bootstrap(root=None, upgrade=False, user=False, function
/external/python/cpython3/Lib/ensurepip/
D__init__.py131 def _bootstrap(*, root=None, upgrade=False, user=False, function
/external/python/cpython2/Lib/multiprocessing/
Dprocess.py250 def _bootstrap(self): member in Process
/external/python/cpython3/Lib/multiprocessing/
Dprocess.py290 def _bootstrap(self, parent_sentinel=None): member in BaseProcess
/external/python/cpython3/Lib/
Dzipimport.py19 import _frozen_importlib as _bootstrap # for _verbose_message namespace
Dthreading.py952 def _bootstrap(self): member in Thread