Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions src/_igraph/graphobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -15854,7 +15854,8 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
"@param vertices: a single vertex ID or a list of vertex IDs, or\n"
" C{None} meaning all the vertices in the graph.\n"
"@param order: the order of the neighborhood, i.e. the maximum number of\n"
" steps to take from the seed vertex.\n"
" steps to take from the seed vertex. Negative values are interpreted as\n"
" an infinite order, i.e. no limit on the number of steps.\n"
"@param mode: specifies how to take into account the direction of\n"
" the edges if a directed graph is analyzed. C{\"out\"} means that\n"
" only the outgoing edges are followed, so all vertices reachable\n"
Expand Down Expand Up @@ -15882,7 +15883,8 @@ struct PyMethodDef igraphmodule_Graph_methods[] = {
"@param vertices: a single vertex ID or a list of vertex IDs, or\n"
" C{None} meaning all the vertices in the graph.\n"
"@param order: the order of the neighborhood, i.e. the maximum number of\n"
" steps to take from the seed vertex.\n"
" steps to take from the seed vertex. Negative values are interpreted as\n"
" an infinite order, i.e. no limit on the number of steps.\n"
"@param mode: specifies how to take into account the direction of\n"
" the edges if a directed graph is analyzed. C{\"out\"} means that\n"
" only the outgoing edges are followed, so all vertices reachable\n"
Expand Down
2 changes: 1 addition & 1 deletion vendor/source/igraph
Submodule igraph updated 257 files
Loading