Accessing object created by Copy SOP in Python

Hello there!
Could you please help me to access an object created by Copy SOP via Python? If I have, say, 200 boxes, how can I iterate through them to deform them individually after Copy SOP created them?
Thank you a lot in advance!

you can use a Script SOP. copy the input to manipulate.

derivative.ca/wiki088/index. … Script_SOP

You could also try the Primitive SOP, which applies transformations on a per-primitive basis.
Though less powerful than the script SOP.

There are some examples of the script SOP in Samples/Python/PythonExamples.toe in your installation folder.