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