We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd8a5b commit f3a2cadCopy full SHA for f3a2cad
1 file changed
src/_igraph/graphobject.c
@@ -18450,6 +18450,7 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
18450
"@note: The graph must be simple and connected. Edge directions will be\n"
18451
" ignored if the graph is directed.\n"
18452
"@note: Time complexity: O(|E|)\n",
18453
+ },
18454
{"community_infomap",
18455
(PyCFunction) igraphmodule_Graph_community_infomap,
18456
METH_VARARGS | METH_KEYWORDS,
0 commit comments