Files
openide/python/testData/completion/classPrivateInMethod.after.py
Dmitry Cheryasov cd224f55a1 Complete class-private names only in right contexts (PY-570).
Only complete underscore-starting names if explicitly asked to (PY-568).
2010-04-08 20:47:34 +03:00

5 lines
57 B
Python

class Foo:
__BOO = 1
def foo(self):
z = self.__B