OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyException_SetCause
(Results
1 - 4
of
4
) sorted by null
/external/python/cpython3/Include/
pyerrors.h
125
PyAPI_FUNC(void)
PyException_SetCause
(PyObject *, PyObject *);
/external/python/cpython3/Objects/
exceptions.c
287
/*
PyException_SetCause
steals this reference */
290
PyException_SetCause
(self, arg);
329
PyException_SetCause
(PyObject *self, PyObject *cause)
[
all
...]
/external/python/cpython3/Python/
errors.c
436
PyException_SetCause
(val2, val);
ceval.c
[
all
...]
Completed in 55 milliseconds