Searched refs:get_value_pairs (Results 1 – 2 of 2) sorted by relevance
208 def get_value_pairs(cls) -> Iterator[Tuple[str, str]]: member in OperationCommon236 for a, b in cls.get_value_pairs()243 for a, b in cls.get_value_pairs())376 for a, b in cls.get_value_pairs()384 for a, b in cls.get_value_pairs())
215 def get_value_pairs(cls) -> Iterator[Tuple[str, str]]: member in BignumCoreMLA221 yield from super().get_value_pairs()227 for a_value, b_value in cls.get_value_pairs():