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

  /external/python/cpython2/PC/
msvcrtmodule.c 136 msvcrt_get_osfhandle(PyObject *self, PyObject *args) function
382 {"get_osfhandle", msvcrt_get_osfhandle, METH_VARARGS, get_osfhandle_doc},
  /external/python/cpython3/PC/clinic/
msvcrtmodule.c.h 149 {"get_osfhandle", (PyCFunction)msvcrt_get_osfhandle, METH_O, msvcrt_get_osfhandle__doc__},
155 msvcrt_get_osfhandle(PyObject *module, PyObject *arg) function

Completed in 67 milliseconds