min_in_degree# min_in_degree(graph)# The minimum in degree of any node in the graph. Parameters: graph (GraphView) – a directed Raphtory graph Returns: value of the smallest indegree Return type: int