Files
openide/python/testData/codeInsight/smartEnter/parenthesized_after.py
2010-04-22 18:51:03 +04:00

3 lines
64 B
Python

class A:
def foo(self):
self.a = (1, 1, 2, 3)<caret>