Home
last modified time | relevance | path

Searched refs:OSError_init (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dexceptions.c944 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