Searched refs:sync_method (Results 1 – 1 of 1) sorted by relevance
567 def sync_method(self, *args, **kwargs): function581 sync_method.__name__ = async_method.__name__582 sync_method.remote = async_method.remote583 return sync_method