Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_testcapi/clinic/
Dexceptions.c.h67 _testcapi_make_exception_with_doc_impl(PyObject *module, const char *name,
153 return_value = _testcapi_make_exception_with_doc_impl(module, name, doc, base, dict); in _testcapi_make_exception_with_doc()
/external/python/cpython3/Modules/_testcapi/
Dexceptions.c94 _testcapi_make_exception_with_doc_impl(PyObject *module, const char *name, in _testcapi_make_exception_with_doc_impl() function