Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
D_iomodule.c575 get_io_state(PyObject *module) in get_io_state() function
587 if (mod == NULL || (state = get_io_state(mod)) == NULL) { in _PyIO_get_module_state()
623 _PyIO_State *state = get_io_state(mod); in iomodule_traverse()
636 _PyIO_State *state = get_io_state(mod); in iomodule_clear()
682 state = get_io_state(m); in PyInit__io()