sbol3.text_property

Module Contents

Classes

TextListProperty

TextPropertyMixin

TextSingletonProperty

Functions

TextProperty(→ Union[str, list[str], Property])

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

Bases: TextPropertyMixin, ListProperty

TextProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: Union[int, float], validation_rules: Optional[List] = None, initial_value: Optional[Union[str, List[str]]] = None) Union[str, list[str], Property]
class TextPropertyMixin
from_user(value: Any) Union[None, rdflib.Literal]
to_user(value: Any) str
class TextSingletonProperty(property_owner: Any, property_uri: str, lower_bound: int, upper_bound: int, validation_rules: Optional[List] = None, initial_value: Optional[str] = None)

Bases: TextPropertyMixin, SingletonProperty