Searched defs:_Method (Results 1 - 3 of 3) sorted by relevance

/external/autotest/server/cros/faft/
H A Drpc_proxy.py14 class _Method: class in inherits:
30 return _Method(self.__call_method, "%s.%s" % (self.__name, name))
58 """Return a _Method object only, not its real object."""
59 return _Method(self.__call_faft_client, name)
/external/chromium-trace/catapult/third_party/WebOb/docs/jsonrpc-example-code/
H A Djsonrpc.py91 return _Method(self, name)
97 class _Method(object): class in inherits:object
/external/autotest/server/cros/multimedia/
H A Dremote_facade_factory.py22 class _Method: class in inherits:
38 return _Method(self.__call_method, "%s.%s" % (self.__name, name))
68 """Return a _Method object only, not its real object."""
69 return _Method(self.__call_proxy, name)

Completed in 146 milliseconds