I would like to inquire if there is an elegant pythonic way of executing some function on the first loop iteration. The only possibility I can think of is:
f
If something.get() iterates over something, you can do it also as follows:
root.copy(something.get()) for member in something.get(): # the rest of the loop