Searched refs:OSError_init (Results 1 – 1 of 1) sorted by relevance
1818 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds);1833 if (type->tp_init != (initproc) OSError_init && in oserror_use_init()1910 OSError_init(PyOSErrorObject *self, PyObject *args, PyObject *kwds) in OSError_init() function