micropython

tests/failure/delete_name.py

400:5c5cddf971cb
2011-02-26 Paul Boddie Added tag feature-universal-__class__-attributes for changeset 83dc777c7083
     1 #!/usr/bin/env python     2      3 a = 123     4 del a     5      6 # vim: tabstop=4 expandtab shiftwidth=4