-
showerpipe.lhe.LheData.tile(repeats: int, inplace: bool =
False) bytes | None[source] Modifies LHE content, tile repeating all events the number of times given by repeats.
Notes
Tile repeat means, eg. tile([A, B, C], 2) => [A, B, C, A, B, C].
Modifying inplace is more computationally efficient than setting the content explicitly to bytestring output, but may lead to unexpected side effects. Should be used with caution.
Last update:
Jun 27, 2025