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

  /external/python/cpython3/Objects/
exceptions.c 808 oserror_init(PyOSErrorObject *self, PyObject **p_args, function
872 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds);
887 if (type->tp_init != (initproc) OSError_init &&
941 if (oserror_init(self, &args, myerrno, strerror, filename, filename2
964 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds)
987 if (oserror_init(self, &args, myerrno, strerror, filename, filename2
    [all...]

Completed in 115 milliseconds