You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In pySBOL3, all fields with name "hasX" are automatically transformed into names of "xs" instead, e.g., Component.hasFeature into Component.features. Can we do the same thing with sbol_factory?
The text was updated successfully, but these errors were encountered:
In pySBOL3, all fields with name "hasX" are automatically transformed into names of "xs" instead, e.g.,
Component.hasFeature
intoComponent.features
. Can we do the same thing with sbol_factory?The text was updated successfully, but these errors were encountered: