mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 19:28:58 +07:00
Only complete underscore-starting names if explicitly asked to (PY-568).
5 lines
30 B
Python
5 lines
30 B
Python
_zoo = 1
|
|
__zar = 2
|
|
|
|
_z<caret>
|