Reduce hasattr() in musicxml2ly
Reduce the use of hasattr()
to guard attribute access. Use getattr()
with a default value.
Merge request reports
Activity
Please register or sign in to reply
Reduce the use of hasattr()
to guard attribute access. Use getattr()
with a default value.