python.destroy
Destroys a python execution context
|
| Usage |
python.destroy [-q] <context_name>
|
| 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.
|
| Syntax Specification |
python.destroy [-q] <context_name:string>
|
| See also |
| python.begin
|