Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dmsvcrtmodule.c87 msvcrt_setmode(PyObject *self, PyObject *args) in msvcrt_setmode() function
380 {"setmode", msvcrt_setmode, METH_VARARGS, setmode_doc},
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h75 {"setmode", (PyCFunction)msvcrt_setmode, METH_FASTCALL, msvcrt_setmode__doc__},
81 msvcrt_setmode(PyObject *module, PyObject *const *args, Py_ssize_t nargs) in msvcrt_setmode() function