mirror of
https://github.com/github/codeql.git
synced 2025-12-25 05:06:34 +01:00
3 lines
73 B
Python
3 lines
73 B
Python
class InitIsGenerator(object):
|
|
def __init__(self, i):
|
|
yield i |