Home
last modified time | relevance | path

Searched refs:_PyIO_os_module (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/_io/
D_iomodule.c622 PyObject *_PyIO_os_module = NULL; variable
640 _PyIO_os_module = PyImport_ImportModule("os"); in init_io()
641 if (_PyIO_os_module == NULL) in init_io()
774 Py_CLEAR(_PyIO_os_module); in init_io()
D_iomodule.h145 extern PyObject *_PyIO_os_module;