Home
last modified time | relevance | path

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

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