Delete Value¶
Delete an object from the Python module.
This can be used to remove any named object in the main module, including
variables, functions, and other objects. Dotted names are permitted; for
example, passing myobj.myattribute
as Object Name will attempt to
delete myattribute
from myobj
.
- Session ID/Session ID Out
- The current Python session ID. Session ID Out always contains the same value as Session ID.
- Object Name
- Name of the object, defined in your main module, to remove.
- Error In/Out
- Terminals for standard error functionality.