Searched refs:oserror_init (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Objects/ |
D | exceptions.c | 856 oserror_init(PyOSErrorObject *self, PyObject **p_args, in oserror_init() function 989 if (oserror_init(self, &args, myerrno, strerror, filename, filename2 in OSError_new() 1035 if (oserror_init(self, &args, myerrno, strerror, filename, filename2 in OSError_init()
|