Searched refs:async_methods (Results 1 – 1 of 1) sorted by relevance
595 async_methods = {}597 async_methods[method_name] = cls.__new_async_method(method.remote)598 return async_methods600 def __create_sync_methods(cls, async_methods): argument611 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))