hydra.decode.topology module
Term decoders for hydra.topology.
-
hydra.decode.topology.graph(v1: Graph, v2: Term) → object
Decoder for hydra.topology.Graph.
-
hydra.decode.topology.tarjan_state(cx: Graph, raw: Term) → object
Decoder for hydra.topology.TarjanState.
-
hydra.decode.topology.vertex(cx: Graph, raw: Term) → object
Decoder for hydra.topology.Vertex.