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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 710 PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level)
730 Use PyErr_WarnEx instead. */
737 return PyErr_WarnEx(category, text, 1);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 709 PyErr_WarnEx(PyObject *category, const char *text, Py_ssize_t stack_level)
729 Use PyErr_WarnEx instead. */
736 return PyErr_WarnEx(category, text, 1);

Completed in 73 milliseconds