Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dexceptions.c947 oserror_use_init(PyTypeObject *type) in oserror_use_init() function
979 if (!oserror_use_init(type)) { in OSError_new()
1013 if (!oserror_use_init(type)) { in OSError_new()
1045 if (!oserror_use_init(Py_TYPE(self))) in OSError_init()