Searched refs:input_cell_info (Results 1 – 1 of 1) sorted by relevance
318 def _is_matching_cell(self, expected_cell_info, input_cell_info): argument336 if key not in input_cell_info:338 if input_cell_info[key] != expected_cell_info[key]:342 def _unique_cell_id(self, input_cell_info): argument356 if key in input_cell_info:357 if input_cell_info[key] != self.INVALID_VALUE:358 unique_id += key + ":" + str(input_cell_info[key]) + ":"