Home
last modified time | relevance | path

Searched refs:io_module (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Tools/iobench/
H A Diobench.py442 action="store", dest="io_module", default=None,
468 if options.io_module:
469 globals()['open'] = __import__(options.io_module, {}, {}, ['open']).open
/third_party/python/Modules/
H A D_zoneinfo.c2672 PyObject *io_module = PyImport_ImportModule("io"); in zoneinfomodule_exec() local
2673 if (io_module == NULL) { in zoneinfomodule_exec()
2677 io_open = PyObject_GetAttrString(io_module, "open"); in zoneinfomodule_exec()
2678 Py_DECREF(io_module); in zoneinfomodule_exec()

Completed in 5 milliseconds