sphinx_graph.vertex.State

class sphinx_graph.vertex.State(vertices: dict[str, tuple[int, Info]], graph: PyDiGraph[str, str | None])[source]

State object for Sphinx Graph vertices.

Create a new state object.