Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
H A D_iomodule.c567 get_io_state(PyObject *module) in get_io_state()
579 if (mod == NULL || (state = get_io_state(mod)) == NULL) { in _PyIO_get_module_state()
590 _PyIO_State *state = get_io_state(mod); in iomodule_traverse()
601 _PyIO_State *state = get_io_state(mod); in iomodule_clear()
689 state = get_io_state(m); in PyInit__io()
565 get_io_state(PyObject *module) get_io_state() function

Completed in 2 milliseconds