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