Searched refs:other_name (Results 1 – 2 of 2) sorted by relevance
588 def downgrade_to(self, other_name): argument597 if not isinstance(other_name, str) and isinstance(other_name, bytes):598 other_name = other_name.decode('utf-8', 'surrogateescape')599 other = p9_version(other_name)601 raise KeyError(other_name)
245 code other_value, code other_name>247 code Normalizer = "makeBooleanOptionNormalizer("#value#", "#other_value#", OPT_"#other_name#")";