Home
last modified time | relevance | path

Searched refs:good_mod (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
D_warnings.c135 int is_subclass, good_msg, good_mod; in get_filter() local
152 good_mod = check_matched(mod, module); in get_filter()
155 if (good_msg == -1 || good_mod == -1 || is_subclass == -1 || in get_filter()
159 if (good_msg && is_subclass && good_mod && (ln == 0 || lineno == ln)) in get_filter()
/external/python/cpython3/Python/
D_warnings.c179 int is_subclass, good_msg, good_mod; in get_filter() local
210 good_mod = check_matched(mod, module); in get_filter()
211 if (good_mod == -1) { in get_filter()
228 if (good_msg && is_subclass && good_mod && (ln == 0 || lineno == ln)) { in get_filter()