OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:__call_method
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/faft/
rpc_proxy.py
25
self.
__call_method
= call_method
30
return _Method(self.
__call_method
, "%s.%s" % (self.__name, name))
33
return self.
__call_method
(self.__name, *args, **dargs)
/external/autotest/server/cros/multimedia/
remote_facade_factory.py
51
self.
__call_method
= call_method
57
return _Method(self.
__call_method
, "%s.%s" % (self.__name, name))
61
return self.
__call_method
(self.__name, *args, **dargs)
Completed in 269 milliseconds