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

  /external/python/cpython2/PC/
msvcrtmodule.c 110 msvcrt_open_osfhandle(PyObject *self, PyObject *args) function
381 {"open_osfhandle", msvcrt_open_osfhandle, METH_VARARGS, open_osfhandle_doc},
  /external/python/cpython3/PC/clinic/
msvcrtmodule.c.h 113 {"open_osfhandle", (PyCFunction)msvcrt_open_osfhandle, METH_VARARGS, msvcrt_open_osfhandle__doc__},
119 msvcrt_open_osfhandle(PyObject *module, PyObject *args) function

Completed in 182 milliseconds