Searched refs:get_value_pairs (Results 1 – 2 of 2) sorted by relevance
224 def get_value_pairs(cls) -> Iterator[Tuple[str, str]]: member in OperationCommon252 for a, b in cls.get_value_pairs()259 for a, b in cls.get_value_pairs())392 for a, b in cls.get_value_pairs()400 for a, b in cls.get_value_pairs())
269 def get_value_pairs(cls) -> Iterator[Tuple[str, str]]: member in BignumCoreMLA275 yield from super().get_value_pairs()281 for a_value, b_value in cls.get_value_pairs():