Searched refs:existing_mapping (Results 1 – 1 of 1) sorted by relevance
60 def _get_next_id(self, existing_mapping, map_start): argument61 if existing_mapping:62 return int(min(existing_mapping.values()), 0) - 1