max_out_degree# max_out_degree(graph)# The maximum out degree of any node in the graph. Parameters: graph (GraphView) – a directed Raphtory graph Returns: value of the largest outdegree Return type: int