mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 23:52:23 +07:00
GitOrigin-RevId: 03b1a49f8ecfd7c765ed2900b2adf14b07709a5f
8 lines
83 B
Python
8 lines
83 B
Python
class CIT:
|
|
def __iter__(self):
|
|
pass
|
|
|
|
def _():
|
|
x = CIT()
|
|
foo(x)
|