Searched refs:exempt_apis (Results 1 – 2 of 2) sorted by relevance
30 exempt_apis = [ variable86 …pis if i not in old_apis and not get_version(i) and not any(exempt in i for exempt in exempt_apis)]
28 exempt_apis = [ variable148 if api in new_apis and not any(exempt in api for exempt in exempt_apis):