Files
openide/python/testData/quickFixes/PyAugmentAssignmentQuickFixTest/withContext_after.py
T

5 lines
36 B
Python

class A:
x = 3
a = A()
a.x += 1