pop#
- AtomTrajVector.pop(
- *args,
- **kwargs,
Overloaded function.
pop(self: libcasm.monte.events._monte_events.AtomTrajVector) -> libcasm.monte.events._monte_events.AtomTraj
Remove and return the last item
pop(self: libcasm.monte.events._monte_events.AtomTrajVector, i: typing.SupportsInt | typing.SupportsIndex) -> libcasm.monte.events._monte_events.AtomTraj
Remove and return the item at index
i