Searched refs:method_pair_map (Results 1 – 1 of 1) sorted by relevance
311 def _flatten_method_pair_map(method_pair_map): argument312 method_pair_map = method_pair_map or {}314 for method_pair in method_pair_map:316 flat_map[method] = method_pair_map[method_pair]