Home
last modified time | relevance | path

Searched refs:expected_methods (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/python/
Dmox.py79 def __init__(self, expected_methods): argument
91 if not expected_methods:
94 self._expected_methods = expected_methods
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py561 expected_methods = set(['pow', 'div', 'my_function', 'add',
565 self.assertEqual(set(meth), expected_methods)