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