Bases: object
Graph health statistics contain important statistics that represent the
healthiness of each defined edge in a graph. These statistics are computed
as part of a Graph
snapshot, and can be fetched by
indexing with an Edge
object.
-
__init__(stats)[source]