ResourcePropertyValue

class pronto.ResourcePropertyValue[source]

A property-value which adds a resource annotation to an entity.

__eq__(other: object) → bool[source]

Return self==value.

__ge__(other, NotImplemented=NotImplemented)

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

__gt__(other, NotImplemented=NotImplemented)

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

__le__(other, NotImplemented=NotImplemented)

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

__repr__()

A roundtripping implementation for repr. Computed by @roundrepr.

__lt__(other: object) → bool[source]

Return self<value.

__hash__() → int[source]

Return hash(self).