sbol3.int_property

Module Contents

Classes

IntListProperty

IntPropertyMixin

IntSingletonProperty

Functions

IntProperty(→ Property)

class IntListProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: List[int] | None = None)

Bases: IntPropertyMixin, ListProperty

IntProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int | float, validation_rules: List | None = None, initial_value: int | List[int] | None = None) Property
class IntPropertyMixin
from_user(value: Any) None | rdflib.Literal
to_user(value: Any) int
class IntSingletonProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: List | None = None, initial_value: int | None = None)

Bases: IntPropertyMixin, SingletonProperty