I finally found the answer here after much searching, in Construct-land this behavior is referred to as "picking".
In the Python script editor, when you have a script that is a response to an event, then the objects involved in that event are part of the SOL object.
In this case on a collision between the Player and a Statue
SOL.Player is the player involved
SOL.Statue is the statue involved