SetCreators or assignment of a value to creators?

I am creating a script to inspect a list of Dexterity objects and change the creators list (specifically, I need to exclude a specific creator from the list).

Should I use the setCreators method, passing the new tuple of creators as a parameter, or just assign the new tuple to the creators field?

Is there any difference?

Thanks.

-aj

1 Like