Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/
Dexceptions.c204 BaseException_add_note(PyObject *self, PyObject *note) in BaseException_add_note() function
250 {"add_note", (PyCFunction)BaseException_add_note, METH_O,