extend#

AtomTrajVector.extend(
*args,
**kwargs,
)#

Overloaded function.

  1. extend(self: libcasm.monte.events._monte_events.AtomTrajVector, L: libcasm.monte.events._monte_events.AtomTrajVector) -> None

Extend the list by appending all the items in the given list

  1. extend(self: libcasm.monte.events._monte_events.AtomTrajVector, L: collections.abc.Iterable) -> None

Extend the list by appending all the items in the given list