Home
last modified time | relevance | path

Searched defs:sys_module (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/importlib/
D_bootstrap.py1141 def _setup(sys_module, _imp_module): argument
1176 def _install(sys_module, _imp_module): argument
/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp93 PythonObject sys_module = m_main_module.ResolveName("sys"); in TEST_F() local
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DScriptInterpreterPython.cpp843 PythonModule sys_module = unwrapIgnoringErrors(PythonModule::Import("sys")); in GetSysModuleDictionary() local