Searched refs:dct_with_regex_keys (Results 1 – 1 of 1) sorted by relevance
88 def assert_dict_matches_regex(self, dct, dct_with_regex_keys): argument89 regex_keys = dct_with_regex_keys.keys()109 new_dct[regex_key_to_actual_key[regex_key]] = dct_with_regex_keys[regex_key]