Files
openide/python/testData/postfix/editable/editableTemplateIterable.py
Vladislav Rassokhin a396b4cdd2 [python] postfix templates: support editable templates and conditions PY-30217
GitOrigin-RevId: 03b1a49f8ecfd7c765ed2900b2adf14b07709a5f
2023-03-07 18:56:25 +00:00

8 lines
89 B
Python

class CIT:
def __iter__(self):
pass
def _():
x = CIT()
x.foo<caret>