Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dremote.py595 async_methods = {}
597 async_methods[method_name] = cls.__new_async_method(method.remote)
598 return async_methods
600 def __create_sync_methods(cls, async_methods): argument
611 for method_name, async_method in async_methods.items():
674 async_methods = cls.__create_async_methods(cls.__remote_methods)
675 stub_attributes.update(async_methods)
692 stub_attributes.update(cls.__create_sync_methods(async_methods))