Searched refs:i_parents (Results 1 – 1 of 1) sorted by relevance
23 def order_inherited_errors(i_errors, i_parents): argument28 if i_parents[error] is not None:41 if (not i_parents[error]) or (i_parents[error] in errors):52 def check_error_inheritance(i_errors, i_parents): argument54 if i_parents[error] and (i_parents[error] not in i_errors):58 + i_parents[error]