为什么 `get_all_simple_paths` 在 `python-igraph` 中不可见?
Why is `get_all_simple_paths` not visible in `python-igraph`?
我可以看到方法 _get_all_simple_paths
defined in GraphBase
, and get_all_simple_paths
defined in the igraph Graph
object (in GitHub),但是当我使用 0.7.1 的 PyPi 安装实际实例化其中一个对象时,这些方法是不可见的。
为什么它们不可见,我如何使用它们(或推荐的等效项)?
python-graph 的 0.7.1 版本是 pinned to an older release of the igraph library。
我可以看到方法 _get_all_simple_paths
defined in GraphBase
, and get_all_simple_paths
defined in the igraph Graph
object (in GitHub),但是当我使用 0.7.1 的 PyPi 安装实际实例化其中一个对象时,这些方法是不可见的。
为什么它们不可见,我如何使用它们(或推荐的等效项)?
python-graph 的 0.7.1 版本是 pinned to an older release of the igraph library。