networkx.algorithms.components.attracting.attracting_component_subgraphs
networkx.find_cores
Enter search terms or a module, class or function name.
Find the k-cores of a graph. The k-core is found by recursively pruning nodes with degrees less than k.