Searched refs:get_dict_from_schema (Results 1 – 2 of 2) sorted by relevance
160 def get_dict_from_schema(schema): function374 remote_schema_dict = get_dict_from_schema(remote_schema)375 new_schema_dict = get_dict_from_schema(new_schema)
163 assert dictionary.items() == utils.get_dict_from_schema(schema).items()