Home
last modified time | relevance | path

Searched refs:_builtin_from_name (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dimp.py19 from importlib._bootstrap import _ERR_MSG, _exec, _load, _builtin_from_name
324 return _builtin_from_name(name)
/external/python/cpython3/Lib/importlib/
D_bootstrap_external.py1386 builtin_module = _bootstrap._builtin_from_name(builtin_name)
1402 os_module = _bootstrap._builtin_from_name(builtin_os)
1414 thread_module = _bootstrap._builtin_from_name('_thread')
1421 weakref_module = _bootstrap._builtin_from_name('_weakref')
1426 winreg_module = _bootstrap._builtin_from_name('winreg')
D_bootstrap.py1082 def _builtin_from_name(name): function
1118 builtin_module = _builtin_from_name(builtin_name)
1125 thread_module = _builtin_from_name('_thread')
1132 weakref_module = _builtin_from_name('_weakref')