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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
_warnings.c 11 get_warnings_attr() will reset these variables accordingly. */
39 get_warnings_attr(const char *attr) function
69 registry = get_warnings_attr("onceregistry");
86 default_action = get_warnings_attr("defaultaction");
109 warnings_filters = get_warnings_attr("filters");
398 PyObject *show_fxn = get_warnings_attr("showwarning");
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
_warnings.c 11 get_warnings_attr() will reset these variables accordingly. */
39 get_warnings_attr(const char *attr) function
69 registry = get_warnings_attr("onceregistry");
86 default_action = get_warnings_attr("defaultaction");
109 warnings_filters = get_warnings_attr("filters");
398 PyObject *show_fxn = get_warnings_attr("showwarning");
  /external/python/cpython2/Python/
_warnings.c 11 get_warnings_attr() will reset these variables accordingly. */
39 get_warnings_attr(const char *attr) function
69 registry = get_warnings_attr("onceregistry");
86 default_action = get_warnings_attr("defaultaction");
109 warnings_filters = get_warnings_attr("filters");
398 PyObject *show_fxn = get_warnings_attr("showwarning");

Completed in 3300 milliseconds