StaticEdge# class brainstate.graph.StaticEdge(value)[source]# An inline, hashable static value carried directly in the structure. Parameters: value (Any) – The static value (must be hashable, as it participates in the cached GraphDef hash / JIT cache key).