Search notes:

Python: statement del

del foo removes the name foo from the namespace that is associated with the local scope.

See also

The delattr built-in function
statements

Index