blob: 2b53442d56e615ef1da45345ecca5b1bce5377f9 [file] [log] [blame]
class MyObject:
def __init__(self):
self.xyzzy = None
def foo(p):
print p.xyzzy
# <ref>