MCPcopy Create free account
hub / github.com/bspaans/python-mingus / __add__

Method __add__

mingus/containers/suite.py:83–85  ·  view source on GitHub ↗

Enable the '+' operator for Compositions.

(self, composition)

Source from the content-addressed store, hash-verified

81 self.compositions[index] = value
82
83 def __add__(self, composition):
84 """Enable the '+' operator for Compositions."""
85 return self.add_composition(composition)

Callers

nothing calls this directly

Calls 1

add_compositionMethod · 0.95

Tested by

no test coverage detected