digraph InheritanceGraph { graph [bgcolor=transparent, color=lightsteelblue2, fontname=Arial, fontsize=10, outputorder=edgesfirst, overlap=prism, penwidth=2, rankdir=LR, splines=spline, style="dashed, rounded", truecolor=true]; node [colorscheme=pastel19, fontname=Arial, fontsize=10, height=0, penwidth=2, shape=box, style="filled, rounded", width=0]; edge [color=lightslategrey, penwidth=1]; subgraph "cluster_abjad.system" { graph [label="abjad.system"]; node [color=1]; "abjad.system.AbjadObject.AbjadObject" [URL="../api/abjad/system/AbjadObject.html#abjad.system.AbjadObject.AbjadObject", label="Abjad\nObject", target=_top]; "abjad.system.UpdateManager.UpdateManager" [URL="../api/abjad/system/UpdateManager.html#abjad.system.UpdateManager.UpdateManager", color=black, fontcolor=white, label="Update\nManager", target=_top]; "abjad.system.AbjadObject.AbjadObject" -> "abjad.system.UpdateManager.UpdateManager"; } subgraph cluster_builtins { graph [label=builtins]; node [color=2]; "builtins.object" [URL="https://docs.python.org/3.6/library/functions.html#object", label=object, target=_top]; } "builtins.object" -> "abjad.system.AbjadObject.AbjadObject"; }
abjad.system.UpdateManager.
UpdateManager
Update manager.
Updates start offset, stop offsets and indicators everywhere in score.
Special methods
(AbjadObject).
AbjadObject
__format__
Formats Abjad object.
Set format_specification to '' or 'storage'. Interprets '' equal to 'storage'.
format_specification
''
'storage'
Returns string.
__repr__
Gets interpreter representation of Abjad object.