Point#
- class braincell.mech.Point[source]#
Marker base class for point-located mechanism declarations.
All concrete subclasses are frozen
dataclass()types — this base exists solely so that consumers can writeisinstance(x, Point)instead of maintaining a parallel tuple of concrete types.Pointdefines no abstract methods. Runtime evaluation ofclamp-like mechanisms happens in
braincell._compute.runtime, which inspects concrete subclasses directly.