Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dremote.py567 def sync_method(self, *args, **kwargs): function
581 sync_method.__name__ = async_method.__name__
582 sync_method.remote = async_method.remote
583 return sync_method