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: List | None = None, initial_value: str | None = None)

Bases: TextPropertyMixin, ListProperty

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

Bases: TextPropertyMixin, SingletonProperty