Files
2011-03-04 17:52:40 +01:00

3 lines
81 B
Python

def function():
gen_expr = (foo for foo in xrange(10))
# <ref>