Lines Matching defs:module
28 "The io module provides the Python interfaces to stream handling. The\n"
29 "builtin open function is defined in this module.\n"
58 " An int containing the default buffer size used by the module's buffered\n"
69 module _io
143 passed. See the codecs module for the list of supported encodings.
197 _io_open_impl(PyObject *module, PyObject *file, const char *mode,
473 _io_text_encoding_impl(PyObject *module, PyObject *encoding, int stacklevel)
511 _io_open_code_impl(PyObject *module, PyObject *path)
519 * Private helpers for the io module.
567 get_io_state(PyObject *module)
569 void *state = PyModule_GetState(module);
581 "could not find io module state "
729 // Private type not exposed in the _io module