HomeSort by relevance Sort by last modified time
    Searched refs:PyException_SetCause (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Include/
pyerrors.h 124 PyAPI_FUNC(void) PyException_SetCause(PyObject *, PyObject *);
  /external/python/cpython3/Objects/
exceptions.c 285 /* PyException_SetCause steals this reference */
288 PyException_SetCause(self, arg);
327 PyException_SetCause(PyObject *self, PyObject *cause)
    [all...]
  /external/python/cpython3/Python/
errors.c 424 PyException_SetCause(val2, val);
ceval.c     [all...]

Completed in 185 milliseconds