Files
openide/python/testData/completion/classPrivate.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

4 lines
39 B
Python

class Foo:
__BOO = 1
z = __BOO + 1