aoptk.effect ============ .. py:module:: aoptk.effect Classes ------- .. autoapisummary:: aoptk.effect.Effect Module Contents --------------- .. py:class:: Effect(name: str) Data structure representing a biological effect (adverse outcome / key event). .. py:attribute:: _name .. py:property:: name :type: str Return the effect's name. .. py:method:: __str__() -> str Return a human-friendly string for the effect (its name). .. py:method:: __eq__(other: object) -> bool Compare two Effect instances for equality. .. py:method:: __hash__() -> int Return a hash based on the effect name.