Synonym#

class pronto.Synonym[source]#

Bases: object

A synonym for an entity, with respect to the OBO terminology.

__ge__(other)#

Return a >= b. Computed by @total_ordering from (not a < b).

__gt__(other)#

Return a > b. Computed by @total_ordering from (not a < b) and (a != b).

__le__(other)#

Return a <= b. Computed by @total_ordering from (a < b) or (a == b).

__eq__(other: object)[source]#

Return self==value.

__lt__(other: object)[source]#

Return self<value.

__hash__()[source]#

Return hash(self).

__repr__()[source]#

Return repr(self).