Searched refs:input_cell_info (Results 1 – 1 of 1) sorted by relevance
317 def _is_matching_cell(self, expected_cell_info, input_cell_info): argument335 if key not in input_cell_info:337 if input_cell_info[key] != expected_cell_info[key]:341 def _unique_cell_id(self, input_cell_info): argument355 if key in input_cell_info:356 if input_cell_info[key] != self.INVALID_VALUE:357 unique_id += key + ":" + str(input_cell_info[key]) + ":"