ResourcePropertyValue#
- class pronto.ResourcePropertyValue[source]#
Bases:
PropertyValue
A property-value which adds a resource annotation to an entity.
- __init__(property: str, resource: str)[source]#
Create a new
ResourcePropertyValue
instance.
- __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).