Searched refs:avoid_names (Results 1 – 2 of 2) sorted by relevance
266 def _make_unique_name(self, name_uid_map=None, avoid_names=None, argument272 avoid_names=avoid_names,
1124 avoid_names=None, argument1157 if avoid_names is None:1159 avoid_names = OBSERVED_NAMES1161 avoid_names = set()1163 while proposed_name is None or proposed_name in avoid_names: