Summary
Shortlog
Changelog
Graph
Tags
Bookmarks
Branches
Files
Help
Search
micropython
tests/failure/delete_name.py
400:5c5cddf971cb
271:837ba944f563
2011-02-26
Paul Boddie
raw
annotate
files
changeset
graph
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