micropython

Annotated tests/failure/delete_name.py

432:1964e5898e68
2011-06-14 Paul Boddie Fixed negation of operator method results in other operator methods. Added NotImplementedType as an automatically generated class.
paul@271 1
#!/usr/bin/env python
paul@271 2
paul@271 3
a = 123
paul@271 4
del a
paul@271 5
paul@271 6
# vim: tabstop=4 expandtab shiftwidth=4