sphinx-graph
Contents:
Setup
The Vertex Node
Vertex Table
Writing a query
API
sphinx_graph
sphinx_graph.setup
sphinx_graph.Config
sphinx_graph.VertexConfig
sphinx_graph.vertex
sphinx_graph.vertex.register
sphinx_graph.vertex.Config
sphinx_graph.vertex.Info
sphinx_graph.vertex.State
sphinx_graph.vertex.VertexNode
Example Project
sphinx-graph
API
sphinx_graph
sphinx_graph.vertex
sphinx_graph.vertex.State
View page source
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.