Files
openide/python/testData/resolve/AttributeAssignedNearby.py

4 lines
72 B
Python

def foo(bar):
bar.xyzzy = 1
print bar.xyzzy
# <ref>