Searched refs:remote_methods (Results 1 – 3 of 3) sorted by relevance
70 remote_methods = service_class.all_remote_methods()138 method = remote_methods.get(method_name)
450 remote_methods = service_class.all_remote_methods()451 for name in sorted(remote_methods.keys()):455 method = remote_methods[name]
585 def __create_async_methods(cls, remote_methods): argument596 for method_name, method in remote_methods.items():622 remote_methods = base.__remote_methods626 base_methods.update(remote_methods)