blob: a01258825b6b15ba1354c33c33ac6f4c40e50ce1 [file] [log] [blame]
def function():
foo = 1
gen_expr = (f<caret>oo for foo in xrange(10))
print foo