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
A more pythonic and user-friendly method signature would be:
primitive.add_output('measurements', SampleData)
The URI corresponding to the Python class can then be looked up in the pySBOL3 parser's registry, which maps URIs to their corresponding Python classes.
The text was updated successfully, but these errors were encountered:
Some methods require a URI for a PAML class as an argument. For example:
A more pythonic and user-friendly method signature would be:
The URI corresponding to the Python class can then be looked up in the pySBOL3 parser's registry, which maps URIs to their corresponding Python classes.
The text was updated successfully, but these errors were encountered: