Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/importlib/
D__init__.py16 import _frozen_importlib as _bootstrap namespace
/external/python/cpython2/Lib/ensurepip/
D__init__.py69 def _bootstrap(root=None, upgrade=False, user=False, function
/external/python/cpython3/Lib/ensurepip/
D__init__.py74 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.py898 def _bootstrap(self): member in Thread