Searched refs:get_value_pairs (Results 1 – 2 of 2) sorted by relevance
196 def get_value_pairs(cls) -> Iterator[Tuple[str, str]]: member in OperationCommon224 for a, b in cls.get_value_pairs()231 for a, b in cls.get_value_pairs())321 for a, b in cls.get_value_pairs()329 for a, b in cls.get_value_pairs())
219 def get_value_pairs(cls) -> Iterator[Tuple[str, str]]: member in BignumCoreMLA225 yield from super().get_value_pairs()231 for a_value, b_value in cls.get_value_pairs():