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