SoqData#
qualtran.drawing.musical_score.SoqData
View source on GitHub
|
Data needed to draw a soquet.
qualtran.drawing.musical_score.SoqData(
symb, rpos, ident
)
The symbol symb and position RegPosition. This also includes a string
ident which can be used as a d3.js “key” to associate objects when transitioning
between two musical scores.
Attributes
Methods#
json_dict
json_dict()
__ne__
__ne__(
other
)
Check equality and either forward a NotImplemented or return the result negated.
__eq__
__eq__(
other
)
Method generated by attrs for class SoqData.
View source on GitHub