sbol3.int_property ================== .. py:module:: sbol3.int_property Classes ------- .. autoapisummary:: sbol3.int_property.IntListProperty sbol3.int_property.IntPropertyMixin sbol3.int_property.IntSingletonProperty Functions --------- .. autoapisummary:: sbol3.int_property.IntProperty Module Contents --------------- .. py:class:: IntListProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: Optional[List] = None, initial_value: Optional[List[int]] = None) Bases: :py:obj:`IntPropertyMixin`, :py:obj:`ListProperty` .. py:function:: IntProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: Union[int, float], validation_rules: Optional[List] = None, initial_value: Optional[Union[int, List[int]]] = None) -> Property .. py:class:: IntPropertyMixin .. py:method:: from_user(value: Any) -> Union[None, rdflib.Literal] .. py:method:: to_user(value: Any) -> int .. py:class:: IntSingletonProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: Optional[List] = None, initial_value: Optional[int] = None) Bases: :py:obj:`IntPropertyMixin`, :py:obj:`SingletonProperty`