vertex

How to instantiate and extend Python igraph Vertex class

How to instantiate and extend Python igraph Vertex class Question: I’d like to extend the igraph Vertex class with some extra variables methods I need for a simulation study. However, when I try to import and extend the vertex class, I get an error. from igraph import Vertex v = Vertex() TypeError: cannot create ‘igraph.Vertex’ …

Total answers: 1