Home
last modified time | relevance | path

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

/third_party/python/Python/
Derrors.c1171 PyObject *docobj; in PyErr_NewExceptionWithDoc() local
1181 docobj = PyUnicode_FromString(doc); in PyErr_NewExceptionWithDoc()
1182 if (docobj == NULL) in PyErr_NewExceptionWithDoc()
1184 result = PyDict_SetItemString(dict, "__doc__", docobj); in PyErr_NewExceptionWithDoc()
1185 Py_DECREF(docobj); in PyErr_NewExceptionWithDoc()