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