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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
errors.c 580 PyErr_NewException(char *name, PyObject *base, PyObject *dict)
591 "PyErr_NewException: name must be module.class");
656 ret = PyErr_NewException(name, base, dict);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
errors.c 558 PyErr_NewException(char *name, PyObject *base, PyObject *dict)
569 "PyErr_NewException: name must be module.class");
634 ret = PyErr_NewException(name, base, dict);
  /external/python/cpython2/Python/
errors.c 577 PyErr_NewException(char *name, PyObject *base, PyObject *dict)
588 "PyErr_NewException: name must be module.class");
653 ret = PyErr_NewException(name, base, dict);
  /external/python/cpython3/Python/
errors.c 853 PyErr_NewException(const char *name, PyObject *base, PyObject *dict)
864 "PyErr_NewException: name must be module.class");
930 ret = PyErr_NewException(name, base, dict);

Completed in 372 milliseconds