When extending python, if I have a function that is expecting a list whose contents are mutible, can I modify the contents and will the changes be reflected in back in Python? Thanks, John