HomeSort by relevance Sort by last modified time
    Searched full:async_method (Results 1 - 1 of 1) sorted by null

  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
remote.py 527 def async_method(self, *args, **kwargs): function in function:_ServiceClass.__new_async_method
556 async_method.__name__ = remote.method.__name__
557 async_method = util.positional(2)(async_method)
558 async_method.remote = remote
559 return async_method
561 def __new_sync_method(cls, async_method):
565 async_method: asynchronous method to delegate calls to.
580 return async_method(self.async, *args, **kwargs).response
581 sync_method.__name__ = async_method.__name_
    [all...]

Completed in 214 milliseconds