Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c920 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