containertools.contents_multiply

abjad.tools.containertools.contents_multiply(container, total=2)

Multiply the contents of container to total copies of contents; total = 1 leaves container unchanged; total = 2 doubles the contents of container, etc.

Return multiplied container.

Previous topic

containertools.contents_delete

Next topic

containertools.contents_reverse

This Page