Searched refs:_builtin_from_name (Results 1 – 3 of 3) sorted by relevance
19 from importlib._bootstrap import _ERR_MSG, _exec, _load, _builtin_from_name324 return _builtin_from_name(name)
1386 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')
1082 def _builtin_from_name(name): function1118 builtin_module = _builtin_from_name(builtin_name)1125 thread_module = _builtin_from_name('_thread')1132 weakref_module = _builtin_from_name('_weakref')