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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 398 PyObject *show_fxn = get_warnings_attr("showwarning"); local
399 if (show_fxn == NULL) {
407 if (!PyMethod_Check(show_fxn) && !PyFunction_Check(show_fxn)) {
411 Py_DECREF(show_fxn);
415 res = PyObject_CallFunctionObjArgs(show_fxn, message, category,
418 Py_DECREF(show_fxn);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 398 PyObject *show_fxn = get_warnings_attr("showwarning"); local
399 if (show_fxn == NULL) {
407 if (!PyMethod_Check(show_fxn) && !PyFunction_Check(show_fxn)) {
411 Py_DECREF(show_fxn);
415 res = PyObject_CallFunctionObjArgs(show_fxn, message, category,
418 Py_DECREF(show_fxn);
  /external/python/cpython2/Python/
_warnings.c 398 PyObject *show_fxn = get_warnings_attr("showwarning"); local
399 if (show_fxn == NULL) {
407 if (!PyMethod_Check(show_fxn) && !PyFunction_Check(show_fxn)) {
411 Py_DECREF(show_fxn);
415 res = PyObject_CallFunctionObjArgs(show_fxn, message, category,
418 Py_DECREF(show_fxn);

Completed in 130 milliseconds