sbol3.object

Module Contents

Classes

SBOLObject

Functions

replace_namespace(old_uri, target_namespace, rdf_type)

Attributes

BUILDER_REGISTER

BUILDER_REGISTER: Dict[str, Callable[[str, str], SBOLObject]]
class SBOLObject(name: str)
property identity: str
__getattribute__(name)

Return getattr(self, name).

__setattr__(name, value)

Implement setattr(self, name, value).

copy(target_doc=None, target_namespace=None)
find(search_string: str) Optional[SBOLObject]
identity_is_url() bool
replace_namespace(old_uri, target_namespace, rdf_type)