python.destroy
Destroys a Python execution context
Usage
python.destroy [-q] <context_name:string>
Description
Destroys the Python execution context <context_name>. If the context does not exist then a warning is printed unless the -q switch is used.
The destruction will clear any state associated with the context including the stored functions, classes and variable symbols. You may want to destroy a context to re-initialize its state or to simply clear its memory when it is no longer needed.
See also
python.begin

Index, Commands