Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dexceptions.c944 oserror_use_init(PyTypeObject *type) in oserror_use_init() function
976 if (!oserror_use_init(type)) { in OSError_new()
1009 if (!oserror_use_init(type)) { in OSError_new()
1041 if (!oserror_use_init(Py_TYPE(self))) in OSError_init()