Files
codeql/python/ql/test/library-tests/dataflow/enclosing-callable/generator.py
2024-04-23 09:40:44 +02:00

3 lines
51 B
Python

def generator_func(xs):
return [x for x in xs]