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

  /external/python/cpython3/Include/
pyerrors.h 274 PyAPI_FUNC(PyObject *) _PyErr_FormatFromCause(
  /external/python/cpython3/Objects/
genobject.c 245 _PyErr_FormatFromCause(PyExc_RuntimeError, "%s", msg);
277 _PyErr_FormatFromCause(PyExc_RuntimeError, "%s", msg);
    [all...]
abstract.c     [all...]
typeobject.c     [all...]
  /external/python/cpython3/Python/
errors.c 432 _PyErr_FormatFromCause(PyObject *exception, const char *format, ...)
ceval.c     [all...]
  /external/python/cpython3/Modules/
zipimport.c 910 _PyErr_FormatFromCause(ZipImportError,
    [all...]

Completed in 877 milliseconds