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