Searched refs:remove_prefix (Results 1 – 1 of 1) sorted by relevance
41 remove_prefix = lambda x: x[x.rfind("/") + 1] function43 map(remove_prefix, map(str, properties["Services"])))]