Home
last modified time | relevance | path

Searched defs:io_module (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp982 auto io_module = PythonModule::Import("io"); in Check() local
1462 auto io_module = PythonModule::Import("io"); in ConvertToFileForcingUseOfScriptingIOMethods() local
/external/python/cpython3/Modules/
D_zoneinfo.c2648 PyObject *io_module = PyImport_ImportModule("io"); in zoneinfomodule_exec() local