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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 632 PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject *dict)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 610 PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject *dict)
  /external/python/cpython2/Python/
errors.c 629 PyErr_NewExceptionWithDoc(char *name, char *doc, PyObject *base, PyObject *dict)
  /external/python/cpython3/Python/
errors.c 905 PyErr_NewExceptionWithDoc(const char *name, const char *doc,

Completed in 126 milliseconds