Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c875 oserror_use_init(PyTypeObject *type) in oserror_use_init() function
907 if (!oserror_use_init(type)) { in OSError_new()
940 if (!oserror_use_init(type)) { in OSError_new()
972 if (!oserror_use_init(Py_TYPE(self))) in OSError_init()