micropython

Annotated tests/failure/ambiguous_names.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@40 1
#!/usr/bin/env python
paul@40 2
paul@40 3
def g(x):
paul@40 4
    b = 3
paul@40 5
    global b
paul@40 6
    b = 4
paul@40 7
paul@40 8
# vim: tabstop=4 expandtab shiftwidth=4