Searched refs:to_method (Results 1 – 4 of 4) sorted by relevance
217 for to_method in to_methods:218 self.assertIn(from_method, reverse.GetMethodMapping(to_method))
198 def AddMethodMapping(self, from_method, to_method): argument199 self._method_mapping[from_method].add(to_method)