cugraph_service_server.cugraph_handler.call_algo# cugraph_service_server.cugraph_handler.call_algo(sg_algo_func, G, **kwargs)[source]# Calls the appropriate algo function based on the graph G being MG or SG. If G is SG, sg_algo_func will be called and passed kwargs, otherwise the MG version of sg_algo_func will be called with kwargs.