Searched refs:strip_param_names (Results 1 – 5 of 5) sorted by relevance
25 def strip_param_names(api): function71 old_hidden_apis = [strip_param_names(i) for i in old_hidden_apis]72 new_hidden_apis = [strip_param_names(i) for i in new_hidden_apis]73 old_hidden_apis_with_constr = [strip_param_names(i) for i in old_hidden_apis_with_constr]74 new_hidden_apis_with_constr = [strip_param_names(i) for i in new_hidden_apis_with_constr]
37 def strip_param_names(api): function82 old_apis = [strip_param_names(i) for i in old_apis]83 new_apis = [strip_param_names(i) for i in new_apis]
54 def strip_param_names(api): function93 old_apis = [strip_param_names(i) for i in old_apis]94 new_apis = [strip_param_names(i) for i in new_apis]
30 def strip_param_names(api): function83 all_apis = [strip_param_names(i) for i in all_apis]165 if strip_param_names(api) not in all_apis:
30 def strip_param_names(api): function