blob: 35c72e464b5f2f4768f1dc83b343042c4a31052e [file] [log] [blame]
def function():
foo = 1
gen_expr = (foo for foo in xrange(10))
print foo
# <ref>