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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 43 PyObject *warnings_module; local
57 warnings_module = PyDict_GetItem(all_modules, warnings_str);
58 if (!PyObject_HasAttrString(warnings_module, attr))
60 return PyObject_GetAttrString(warnings_module, attr);
pythonrun.c 244 PyObject *warnings_module = PyImport_ImportModule("warnings"); local
245 if (!warnings_module)
247 Py_XDECREF(warnings_module);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 43 PyObject *warnings_module; local
57 warnings_module = PyDict_GetItem(all_modules, warnings_str);
58 if (!PyObject_HasAttrString(warnings_module, attr))
60 return PyObject_GetAttrString(warnings_module, attr);
pythonrun.c 256 PyObject *warnings_module = PyImport_ImportModule("warnings"); local
257 if (!warnings_module)
259 Py_XDECREF(warnings_module);
    [all...]
  /external/python/cpython2/Python/
_warnings.c 43 PyObject *warnings_module; local
57 warnings_module = PyDict_GetItem(all_modules, warnings_str);
58 if (!PyObject_HasAttrString(warnings_module, attr))
60 return PyObject_GetAttrString(warnings_module, attr);
pythonrun.c 270 PyObject *warnings_module = PyImport_ImportModule("warnings"); local
271 if (!warnings_module)
273 Py_XDECREF(warnings_module);
    [all...]

Completed in 442 milliseconds