Files
openide/python/testData/intentions/PyConvertMethodToPropertyIntentionTest/yield_after.py

4 lines
64 B
Python

class A():
@property
def mo<caret>o(self):
yield