HomeSort by relevance Sort by last modified time
    Searched refs:msvcrt_setmode (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/PC/
msvcrtmodule.c 87 msvcrt_setmode(PyObject *self, PyObject *args) function
380 {"setmode", msvcrt_setmode, METH_VARARGS, setmode_doc},
  /external/python/cpython3/PC/clinic/
msvcrtmodule.c.h 75 {"setmode", (PyCFunction)msvcrt_setmode, METH_VARARGS, msvcrt_setmode__doc__},
81 msvcrt_setmode(PyObject *module, PyObject *args) function

Completed in 402 milliseconds