After running some scripts and thereby loading various items into the Python environment, is there a Python or IDE command or method equivalent to Forth's 'forget', to restore the interpreter to the default state, other than closing the IDE and reopening it?
Thanks.