Searched refs:new_apis (Results 1 – 2 of 2) sorted by relevance
81 old_apis, new_apis = results[0], results[1] variable83 new_apis = [strip_param_names(i) for i in new_apis] variable86 new_apis = [i for i in new_apis if i not in old_apis and not get_version(i) and not any(exempt in i… variable87 print("\n".join(new_apis))
92 old_apis, new_apis = results[0], results[1] variable94 new_apis = [strip_param_names(i) for i in new_apis] variable96 new_apis = [format_name(i) for i in new_apis if i not in old_apis] variable148 if api in new_apis and not any(exempt in api for exempt in exempt_apis):