I would not do that.
Here's why: python -i scriptname.pyyou can use to load the script and go to the interactive console post script. This way you get all the specific functions that you can then manipulate / test as you wish.
In this case, you will receive an error message.
user257111
source
share